[frontend/css] Default theme changes
This commit is contained in:
parent
310bfe2d3d
commit
20a4282690
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
||||||
--background-color: #353044;
|
--background-color: #0b0a0f;
|
||||||
--foreground-color: #3b364c;
|
--foreground-color: #17151e;
|
||||||
--highlight-color: #524b6a;
|
--highlight-color: #2e2b4c;
|
||||||
--hover-color: #5e5679;
|
--hover-color: #3d3a66;
|
||||||
--accent-color: linear-gradient(to right, #9A92FF, #8372F5);
|
--accent-color: linear-gradient(to right, #9A92FF, #8372F5);
|
||||||
--notice-color: #92c1ff;
|
--notice-color: #92c1ff;
|
||||||
--font-color: #e7edff;
|
--font-color: #e7edff;
|
||||||
|
|
Loading…
Add table
Reference in a new issue