Update index.css

main
Crimson Tome 2021-10-20 17:01:45 +01:00 committed by GitHub
parent dad03c497b
commit 658cb08d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -9,8 +9,12 @@
}
@media (prefers-color-scheme: dark) {
:root {
--text: #fff;
--bg: #333;
body{
--bg: #333;
--text: #fff
}
}
}
/* Global stylesheet */