From f9c99673f84c8871d53c6db17313b11fd8bec94a Mon Sep 17 00:00:00 2001 From: Levi Date: Tue, 23 Apr 2024 16:18:27 +0200 Subject: [PATCH] Button hover bg color fix --- finimalism5-2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/finimalism5-2.css b/finimalism5-2.css index 3afa9bc..73eea07 100644 --- a/finimalism5-2.css +++ b/finimalism5-2.css @@ -1001,8 +1001,8 @@ div[data-role="controlgroup"] a[data-role="button"] { /*ANIMATIONS*/ /*Hover background for section title buttons*/ .button-flat:hover { - background: rgba(0, 164, 220, 0.2); - color: #00a4dc !important; + background: rgba(221, 78, 130, 15%); + color: rgba(var(--accent)) !important; } .dashboardSection h3 { margin: .5em .0em .5em .5em;