patx/miadruck

Update nav-cta hover effect and fix HTML structure

Commit 3105908 · Harrison Erd · 2026-01-16T00:09:07-05:00

Changeset
310590891fe90b5a9c7d6bf1e6400761db5652f5
Parents
55c9748b9da2a80ef801aacc1a2924489f6cd727

View source at this commit

Comments

No comments yet.

Log in to comment

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