aboutsummaryrefslogtreecommitdiff
path: root/assets/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/default.css')
-rw-r--r--assets/css/default.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 6fe3fbf..5a408cb 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -586,7 +586,7 @@ img {
img:hover {
box-shadow: 0 0 14px #999;
box-shadow: 0 0 14px var(--shadow);
- filter: unset;
+ filter: brightness(90%);
}
img,
@@ -1431,6 +1431,10 @@ gallery-images picture img {
height: 100%;
}
+gallery-images picture img:hover {
+ box-shadow: none;
+}
+
gallery-overlay {
background-color: transparent;
border-radius: 0.5rem;