This commit is contained in:
parent
691e13aeb7
commit
12d7600d2c
1 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
/* Parameters light */
|
||||
@media (prefers-color-scheme: light) {
|
||||
:root {
|
||||
--name-color: #d30f39;
|
||||
|
@ -7,7 +6,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Parameters dark */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--name-color: #f38ba8;
|
||||
|
|
Loading…
Reference in a new issue