site-logo (kaguBe) inverted/visible in light theme
This commit is contained in:
parent
f54cfd1e2d
commit
df2fc0cc4a
1 changed files with 9 additions and 0 deletions
|
@ -90,6 +90,15 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
body:not(.is-dark-theme) {
|
||||||
|
#page {
|
||||||
|
header#masthead {
|
||||||
|
.site-logo {
|
||||||
|
filter: invert(80%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// post preview
|
// post preview
|
||||||
|
|
||||||
|
|
Reference in a new issue