Fixed footer in dark mode

This commit is contained in:
Willy Hsiao 2019-11-22 11:35:02 +08:00 committed by GitHub
parent 137e18320d
commit 065a5af8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,6 @@
.footer {
margin-top: 18px;
border-top: 1px solid #eee;
background: rgb(250, 250, 250) !important;
}
@media (prefers-color-scheme: dark) {
html, .pure-g [class *= "pure-u"], a {
@ -54,6 +53,7 @@
}
.footer {
color: #8e8e8e !important;
border-top: 1px solid #313233;
}
a {
background: #313233;