Update index.css

main
Crimson Tome 2021-10-20 15:54:55 +01:00 committed by GitHub
parent 62cb5e8510
commit ddcd905e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -2,12 +2,16 @@
:root {
--lightgray: #e0e0e0;
--gray: #C0C0C0;
--darkgray: #333;
--text: #333;
--navy: #17050F;
--blue: #082840;
--white: #fff;
--bg: #fff;
}
@media (prefers-color-scheme: dark) {
:root {
--text: #fff;
--bg: #333;
}
/* Global stylesheet */
* {
box-sizing: border-box;