Skip to content

Commit 0df027a

Browse files
committed
fixing color of name
1 parent 67f22e5 commit 0df027a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,15 @@ a:hover {
8181
align-items: center;
8282
}
8383

84-
.nav-brand {
84+
/* Name in top-left: white (nav links stay muted / accent on hover) */
85+
.nav .nav-brand {
8586
font-weight: 700;
8687
font-size: 1.25rem;
8788
color: var(--text);
8889
}
90+
.nav .nav-brand:hover {
91+
color: var(--text);
92+
}
8993

9094
.nav-links {
9195
list-style: none;

0 commit comments

Comments
 (0)