css: images: black-on-white utility class

This commit is contained in:
He4eT 2025-04-25 20:57:31 +02:00 committed by Alexey
commit ec8735d6f6
3 changed files with 10 additions and 6 deletions

View file

@ -86,11 +86,6 @@
width: calc(18 * var(--step));
height: calc(36 * var(--step));
}
@media (prefers-color-scheme: dark) {
.hero .tower {
filter: invert(1);
}
}
@media (max-width: 500px) {
.hero .tower {
margin: calc(1 * var(--step));