From db0752d3e05f90f7fd8dda802b2366f3c6942b87 Mon Sep 17 00:00:00 2001 From: tocziew Date: Sun, 20 Oct 2024 13:54:50 +0200 Subject: [PATCH] c --- css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index e62e7e9..145cfff 100644 --- a/css/style.css +++ b/css/style.css @@ -82,7 +82,7 @@ header { .up-button button:hover { - opacity: 0.9; + opacity: 0.8; transition: 0.4s; } @@ -107,8 +107,13 @@ header { margin-left: 15px; } +.button1 button:hover { + opacity: 0.8; + transition: 0.2s; +} + .button1 button:active { - opacity: 0.7; + opacity: 0.5; } .tag {