light theme oopsies
All checks were successful
/ test (push) Successful in 5s

This commit is contained in:
violette 2024-05-16 18:27:50 -04:00
parent c29f3f4504
commit a23f6f6854

View file

@ -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) {