fix: invert logo

This commit is contained in:
uetchy 2020-02-07 13:00:11 +09:00
parent 0f7465677c
commit e522620eca

View File

@ -154,6 +154,12 @@ hr {
}
}
img {
@media (prefers-color-scheme: dark) {
filter: invert(1);
}
}
@media screen and (max-width: $break-small) {
margin: 40px 0 40px;
.menu {