Set background for dark color theme to #111

This commit is contained in:
Susam Pal
2021-09-11 10:38:04 +05:30
parent 7988e4d738
commit 54f1f6d2b4
2 changed files with 6 additions and 4 deletions

8
sp.css
View File

@@ -78,8 +78,8 @@ th, td {
}
@media (prefers-color-scheme: dark) {
body {
background: #111;
color: #bbb;
background: #222;
}
a:link {
color: #9bf;
@@ -97,13 +97,13 @@ th, td {
color: #6cf;
}
pre kbd {
color: #9c9;
color: #9c6;
}
pre, blockquote {
background: #111;
background: #000;
}
blockquote {
border-color: #444;
border-color: #333;
}
th, td {
border-color: #666;