Adjust background/font color
This commit is contained in:
parent
d06e2b88eb
commit
33357e2efb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
/* Dark theme */
|
||||
:root {
|
||||
--background-color: #36393f;
|
||||
--background-color: #343a40;
|
||||
--header-color: #202225;
|
||||
--headings-color: #ffffff;
|
||||
--font-color: #ffffff;
|
||||
--font-color: #eeeeee;
|
||||
--border-color: #141414;
|
||||
--line-color: #ffffff;
|
||||
--link-color: #CC99FF;
|
||||
|
|
|
|||
Loading…
Reference in a new issue