From c9e95de611ee595fd602a1cc90a481cf2fd4fda0 Mon Sep 17 00:00:00 2001 From: jutty Date: Mon, 18 May 2026 23:32:46 -0300 Subject: [PATCH] index: Disable hover effect --- static/assets/css/index.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/static/assets/css/index.css b/static/assets/css/index.css index 4109788..190f376 100644 --- a/static/assets/css/index.css +++ b/static/assets/css/index.css @@ -48,17 +48,6 @@ j-wrap.index { * { transition: 5s; } } -img.centerpiece:hover { - cursor: crosshair; - border-radius: 180px; - mask-image: none; - backdrop-filter: - blur(2px) - drop-shadow(4px 4px 10px red) - grayscale(70%) - ; -} - img.centerpiece { animation-name: multi; animation-timing-function: linear;