Tuning colors

This commit is contained in:
Scott Maclure 2021-02-16 09:37:36 +08:00
parent 75cbbdc9f1
commit f98dc2332f

View File

@ -215,20 +215,20 @@ code {
@media (prefers-color-scheme: dark) {
body, .share, code {
background-color: #333;
color: #eee;
background-color: #222;
color: #bbb;
}
.banner {
border-bottom-color: #333;
border-bottom: 1px solid #333;
}
.codes ul li a, .share a {
color: #eee;
color: #bbb;
}
h1, h2, h3, h4, h5, h6 {
color: #fff;
color: #eee;
}
}