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) { @media (prefers-color-scheme: dark) {
body { :root {
color: #eee; --header: #e0e0e0;
background: #121212; --border: #C0C0C0;
} --text: #fff;
--visited: #17050F;
body a { --link: #082840;
color: #809fff; --bg: #333;
} }
} }
}
/* Global stylesheet */ /* Global stylesheet */
* { * {
box-sizing: border-box; box-sizing: border-box;