From a536b8dfb6f5c3b0743fac595aa58488dd0d718a Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 08:30:53 +0100 Subject: [PATCH] asdf --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 34eb0a7..ed91cd9 100644 --- a/assets/style.css +++ b/assets/style.css @@ -317,14 +317,14 @@ input button{ border-radius: 50px; border: 2px solid var(--primary); - background: #38383800; + background: var(--third-bg); color: var(--primary-text); width: 175px; transition-duration: 0.3s; } button:hover { - background: #383838; + background: var(--primary); transition-duration: 0.3s; }