patx/miadruck
Remove hover effect from .nav-cta
Commit 9618c0c · Harrison Erd · 2026-01-15T23:58:45-05:00
Remove hover effect from .nav-cta Removed hover effect from .nav-cta class.
Comments
No comments yet.
Diff
diff --git a/index.html b/index.html
index 3c73e7c..32c4a41 100644
--- a/index.html
+++ b/index.html
@@ -123,8 +123,6 @@
background:linear-gradient(90deg, var(--accent), var(--accent2));
color:#fff !important;
}
- .nav-cta:hover{ filter:brightness(1.03); }
-
@media (max-width: 740px){
.topbar-inner{ padding:5px 0; }
.brand{ font-size:15px; }