Make site title visible in dark mode
This commit is contained in:
parent
2e0a27c0a8
commit
eb11b2a3e6
1 changed files with 6 additions and 0 deletions
|
@ -126,6 +126,12 @@ header h1 {
|
|||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
header h1 {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
aside {
|
||||
background-color: var(--background-secondary);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue