This commit is contained in:
parent
c29f3f4504
commit
a23f6f6854
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
--text-pink-light: #630ea0;
|
||||
--text-mauve-light: #8747a5;
|
||||
|
||||
--text-pink: red;
|
||||
--text-mauve: red;
|
||||
--text-pink: var(--text-pink-light);
|
||||
--text-mauve: var(--text-mauve-light);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
|
Loading…
Reference in a new issue