Update index.css

main
Crimson Tome 2021-10-20 19:16:27 +01:00 committed by GitHub
parent daaf02db56
commit 6c0f8bc7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@
--visited: #17050F;
--link: #082840;
--bg: #fff;
--code-bg: #f6f6f6;
}
/*@media (prefers-color-scheme: dark) {
:root {
@ -25,6 +26,7 @@
--visited: #17050F;
--link: #082840;
--bg: #333;
--code-bg: #2f3136
}
}
@ -105,7 +107,7 @@ pre {
hyphens: none;
padding: 1em;
margin: .5em 0;
background-color: #f6f6f6;
background-color: var(--code-bg)
}
code {
word-break: break-all;