patx/miadruck

Add hover effect for nav-cta class

Commit 55c9748 · Harrison Erd · 2026-01-16T00:05:16-05:00

Changeset
55c9748b9da2a80ef801aacc1a2924489f6cd727
Parents
9618c0ce22d207a4c5fcdfa92125ecb1ea4ca78e

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/index.html b/index.html
index 32c4a41..2590197 100644
--- a/index.html
+++ b/index.html
@@ -123,6 +123,9 @@
       background:linear-gradient(90deg, var(--accent), var(--accent2));
       color:#fff !important;
     }
+    .nav-cta:hover{
+      color:black;
+    }
     @media (max-width: 740px){
       .topbar-inner{ padding:5px 0; }
       .brand{ font-size:15px; }