We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f22e5 commit 0df027aCopy full SHA for 0df027a
1 file changed
css/style.css
@@ -81,11 +81,15 @@ a:hover {
81
align-items: center;
82
}
83
84
-.nav-brand {
+/* Name in top-left: white (nav links stay muted / accent on hover) */
85
+.nav .nav-brand {
86
font-weight: 700;
87
font-size: 1.25rem;
88
color: var(--text);
89
90
+.nav .nav-brand:hover {
91
+ color: var(--text);
92
+}
93
94
.nav-links {
95
list-style: none;
0 commit comments