Update index.css

main
Crimson Tome 2021-10-20 18:16:28 +01:00 committed by GitHub
parent 9bf37addc3
commit c8e99ba34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -18,17 +18,17 @@
}
*/
@media (prefers-color-scheme: dark) {
body {
color: #eee;
background: #121212;
}
body a {
color: #809fff;
:root {
--header: #e0e0e0;
--border: #C0C0C0;
--text: #fff;
--visited: #17050F;
--link: #082840;
--bg: #333;
}
}
}
/* Global stylesheet */
* {
box-sizing: border-box;