change background color

This commit is contained in:
Vri 🌈 2023-03-05 18:27:41 +01:00
parent e66f99a69a
commit 36362dc402
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -21,7 +21,7 @@
}
@media (prefers-color-scheme: light) {
:root {
--background: hsl(0, 100%, 97.5%);
--background: hsl(0, 100%, 95%);
--border: hsl(0, 100%, 90%);
--text: hsl(0, 100%, 5%);