Unverified Commit 6dab4352 authored by Dan Fiumara's avatar Dan Fiumara Committed by GitHub

docs: create CustomThemes.md (#1210)

* Create CustomThemes.md

* Update doc/CustomThemes.md
Co-authored-by: 's avatarboojack <stevenlgtm@gmail.com>

* Update doc/CustomThemes.md
Co-authored-by: 's avatarboojack <stevenlgtm@gmail.com>

* Update doc/CustomThemes.md
Co-authored-by: 's avatarboojack <stevenlgtm@gmail.com>

* Update CustomThemes.md

* Update CustomThemes.md

---------
Co-authored-by: 's avatarboojack <stevenlgtm@gmail.com>
parent 4a59965d
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment