Minor dark mode fix

This commit is contained in:
Sodbileg Gansukh 2022-05-20 21:37:00 +08:00
parent 362a4995a2
commit 4e30aff168
3 changed files with 10 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -198,13 +198,16 @@ body:not(.has-cover-image) .site-header-content:not(.left-aligned) {
margin-top: 8px;
font-size: 2.1rem;
font-weight: 400;
color: var(--color-secondary-text);
}
.site-logo + .site-description {
margin-top: 20px;
}
.site-title + .site-description {
color: var(--color-secondary-text);
}
.has-cover-image .site-description {
font-size: 3.2rem;
letter-spacing: -0.005em;
@ -1691,6 +1694,10 @@ html.dark-mode .gh-head {
color: #fff;
}
html.dark-mode .gh-burger-box {
color: #fff;
}
html.dark-mode .site-header-content {
color: #fff;
}