From 8b1beee1f8ec6a9b0f66a6951c56acc8372ae86e Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 27 Mar 2026 19:00:15 +0100 Subject: fix: btn-primary hover color purple instead of white --- themes/danixme/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/danixme/assets/css/main.css b/themes/danixme/assets/css/main.css index 1e9dac1..ec1c271 100644 --- a/themes/danixme/assets/css/main.css +++ b/themes/danixme/assets/css/main.css @@ -641,7 +641,7 @@ a.lang-btn { text-decoration: none; } font-weight: 700; } .btn-primary:hover { - background: #fff; + background: #c084fc; box-shadow: 0 0 24px rgba(168,85,247,0.45); } .btn-outline { -- cgit v1.2.3