mirror of
https://github.com/usememos/memos.git
synced 2025-03-04 17:52:18 +08:00
docs: create CustomThemes.md (#1210)
* 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>
This commit is contained in:
parent
4a59965d7a
commit
6dab43523d
1 changed files with 14 additions and 0 deletions
14
doc/CustomThemes.md
Normal file
14
doc/CustomThemes.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Adding A Custom Theme
|
||||
|
||||
1. Open the Settings Dialog
|
||||
2. Navigate to the System Tab
|
||||
3. In the "Additional Styles" box add these lines of code:
|
||||
|
||||
```css
|
||||
.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
|
||||
|
||||
4. Refresh the page and the background color of your memos app will successfully update to reflect your changes
|
Loading…
Reference in a new issue