aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-02-09 03:33:35 -0800
committerPinapelz <yukais@pinapelz.com>2025-02-09 03:33:35 -0800
commitb34ce8517026df992e52f0f27d9e589654efa52e (patch)
treecea4ca860b7b8f57bb6ab3cb613bd22eaa633141
parent183902aa7930a807d89359a76cb30d0353066467 (diff)
add hover effect to exported html images
-rw-r--r--tiers.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tiers.css b/tiers.css
index 9c19d89..0f8f1db 100644
--- a/tiers.css
+++ b/tiers.css
@@ -89,6 +89,10 @@ img {
object-fit: contain;
}
+img:hover {
+ filter: brightness(0.8);
+}
+
.bottom-container {
display: flex;
align-items: center;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage