Improve lightbox slightly

This commit is contained in:
space-nuko
2023-05-12 21:26:00 -05:00
parent 9ac64de811
commit ff52ef1bba
3 changed files with 7 additions and 5 deletions

View File

@@ -339,6 +339,7 @@
background: var(--panel-background-fill);
&:hover:not(:has(img:hover)) {
cursor: pointer;
background: var(--block-background-fill);
}
@@ -390,6 +391,7 @@
object-fit: cover;
&:hover {
cursor: pointer;
filter: brightness(120%) contrast(120%);
}
}