mirror of
https://github.com/usememos/memos.git
synced 2024-12-02 21:36:01 +03:00
6dab43523d
* Create CustomThemes.md * Update doc/CustomThemes.md Co-authored-by: boojack <stevenlgtm@gmail.com> * Update doc/CustomThemes.md Co-authored-by: boojack <stevenlgtm@gmail.com> * Update doc/CustomThemes.md Co-authored-by: boojack <stevenlgtm@gmail.com> * Update CustomThemes.md * Update CustomThemes.md --------- Co-authored-by: boojack <stevenlgtm@gmail.com>
453 B
453 B
Adding A Custom Theme
- Open the Settings Dialog
- Navigate to the System Tab
- In the "Additional Styles" box add these lines of code:
.memo-list-container {background-color: #INSERT COLOR HERE;}
.page-container {background-color: #INSERT COLOR HERE;}
It is recommended that you choose the same color for both options
- Refresh the page and the background color of your memos app will successfully update to reflect your changes