1
1
Fork 0

site-logo (kaguBe) inverted/visible in light theme

This commit is contained in:
Vrifox 2021-01-03 14:45:41 +01:00
parent f54cfd1e2d
commit df2fc0cc4a
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -90,6 +90,15 @@ body {
}
}
}
body:not(.is-dark-theme) {
#page {
header#masthead {
.site-logo {
filter: invert(80%);
}
}
}
}
// post preview