From 33029f88946f091b661cd3af0f35fc55de20046d Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 13 Nov 2023 18:46:30 +0200 Subject: [PATCH] reverse hover effect --- src/public/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/index.php b/src/public/index.php index 47d0dca..1edb38b 100644 --- a/src/public/index.php +++ b/src/public/index.php @@ -204,11 +204,11 @@ main > div { position: absolute; - opacity: 0.8; + opacity: 1; } main > div:hover { - opacity: 1; + opacity: 0.8; }