mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Minor dark mode fix
This commit is contained in:
parent
362a4995a2
commit
4e30aff168
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user