Removes unuseful part of black_wide.css

This commit is contained in:
Christophe HENRY 2021-03-11 00:21:31 +01:00
parent a2a27498f8
commit 26c660f514
1 changed files with 0 additions and 24 deletions

View File

@ -121,27 +121,3 @@ pre {
font-size: 2.6rem;
}
}
@media(prefers-color-scheme:dark) {
html {
background-color: #111;
color: #eee;
}
blockquote {
background-color: #000;
}
pre {
background-color: #222;
}
a {
color: #0087BD;
}
a:visited {
color: #802200;
}
}