Update index.css

main
Crimson Tome 2021-10-20 17:47:33 +01:00 committed by GitHub
parent a4ac5c1f0e
commit 2396087348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 1 deletions

View File

@ -7,7 +7,7 @@
--link: #082840;
--bg: #fff;
}
@media (prefers-color-scheme: dark) {
/*@media (prefers-color-scheme: dark) {
:root {
body{
--bg: #333;
@ -16,6 +16,28 @@
}
}
*/
body {
color: #222;
background: #fff;
font: 100% system-ui;
}
a {
color: #0033cc;
}
@media (prefers-color-scheme: dark) {
body {
color: #eee;
background: #121212;
}
body a {
color: #809fff;
}
}
}
/* Global stylesheet */
* {