mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-09 14:32:20 +00:00
make the colors a bit better.
This commit is contained in:
parent
6925d7e737
commit
54488e1e87
1 changed files with 4 additions and 5 deletions
|
@ -1,17 +1,16 @@
|
|||
@media (prefers-color-scheme: light) {
|
||||
:root {
|
||||
--background-color: white;
|
||||
--text-color: #black;
|
||||
--background-color: #f6f5f4;
|
||||
--text-color: black;
|
||||
--link-color: darkblue;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--background-color: black;
|
||||
--text-color: white;
|
||||
--background-color: #191919;
|
||||
--text-color: #E9E9E9;
|
||||
--link-color: cyan;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue