From 62d27c27c6919b84737d3774a7ae926c19b578ff Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sun, 9 Nov 2025 14:11:57 -0800 Subject: [PATCH] adjust button hover glow --- style/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/css/style.css b/style/css/style.css index b5ea616..7ee6f14 100644 --- a/style/css/style.css +++ b/style/css/style.css @@ -104,7 +104,7 @@ p { margin: 1vh 0vw; } &:hover{ - box-shadow: 0px 0px 30px rgba(from var(--secondary-bg-color) r g b / 0.6); + box-shadow: 0px 0px 20px rgba(from var(--main-bg-color) r g b / 1); transition: 0.25s; } }