summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-03-27 19:00:15 +0100
committerDanilo M. <danix@danix.xyz>2026-03-27 19:00:15 +0100
commit8b1beee1f8ec6a9b0f66a6951c56acc8372ae86e (patch)
treee75db9e52afb8146434305db5dc7281d2407d62e /themes
parentd0df2d1daa73261d358f0e32c1fa48472c3b3741 (diff)
downloaddanixme-8b1beee1f8ec6a9b0f66a6951c56acc8372ae86e.tar.gz
danixme-8b1beee1f8ec6a9b0f66a6951c56acc8372ae86e.zip
fix: btn-primary hover color purple instead of white
Diffstat (limited to 'themes')
-rw-r--r--themes/danixme/assets/css/main.css2
1 files changed, 1 insertions, 1 deletions
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 {