Update index.css

main
Crimson Tome 2021-10-20 19:25:07 +01:00 committed by GitHub
parent 1ec4b7ba88
commit 318034dfd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
--link: #0000FF;
--bg: #fff;
--code-bg: #f6f6f6;
--header-text: #333;
}
/*@media (prefers-color-scheme: dark) {
:root {
@ -27,6 +28,7 @@
--link: #082840;
--bg: #36393f;
--code-bg: #2f3136;
--header-text: #666e5c;
}
}
@ -70,6 +72,7 @@ main :first-child {
}
header {
border-bottom: 1px dashed var(--header);
color: var(--header-text)
}
header:after {
content: "";