replaced dark mode background color color to make it a bit better
This commit is contained in:
parent
68151a4fa4
commit
7e270bcf12
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
/*dark theme*/
|
/*dark theme*/
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
--bg-color: #000;
|
--bg-color: #1c1b19;
|
||||||
/*
|
/*
|
||||||
* #5ac
|
* #5ac
|
||||||
* */
|
* */
|
||||||
|
|
Loading…
Reference in a new issue