Update style.css

This commit is contained in:
nune 2024-04-23 19:17:59 -04:00 committed by GitHub
parent 32e3a38658
commit 83a7d935a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,9 @@
background:#000;
color: #FFFFFF;
}
a{
color: #3118ED;
}
}
@media (prefers-color-scheme: light){
@ -10,6 +13,9 @@
background:#FFFFFF;
color: #42;
}
a{
color: #920002;
}
}
body {