patx/miadruck

Remove hover effect from .nav-cta

Commit 9618c0c · Harrison Erd · 2026-01-15T23:58:45-05:00

Changeset
9618c0ce22d207a4c5fcdfa92125ecb1ea4ca78e
Parents
87d8926167dc9ddddae759c73f1d7bc7052f8137

View source at this commit

Remove hover effect from .nav-cta

Removed hover effect from .nav-cta class.

Comments

No comments yet.

Log in to comment

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; }