aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 46655cc..07e4827 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -84,7 +84,8 @@
--warning: #000;
--widget-background: rgba(var(--foreground-rgb), 0.02);
}
- img {
+ img,
+ video {
filter: brightness(75%);
}
code-block pre,
@@ -677,6 +678,10 @@ img {
img:hover {
box-shadow: 0 0 14px #00000060;
box-shadow: 0 0 14px var(--shadow);
+}
+
+img:hover,
+video:hover {
filter: brightness(90%);
}