patx/miadruck
Update nav-cta hover effect and fix HTML structure
Commit 3105908 · Harrison Erd · 2026-01-16T00:09:07-05:00
Comments
No comments yet.
Diff
diff --git a/index.html b/index.html
index 2590197..3c73e7c 100644
--- a/index.html
+++ b/index.html
@@ -123,9 +123,8 @@
background:linear-gradient(90deg, var(--accent), var(--accent2));
color:#fff !important;
}
- .nav-cta:hover{
- color:black;
- }
+ .nav-cta:hover{ filter:brightness(1.03); }
+
@media (max-width: 740px){
.topbar-inner{ padding:5px 0; }
.brand{ font-size:15px; }