Skip to content

Commit e128b1a

Browse files
committed
Change navbar links hover transition to red
1 parent 1639c2f commit e128b1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

res/css/header.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
font-size: 1em;
2222
color: grey;
2323
}
24+
25+
.navbar-nav a:hover {
26+
color: #d32029 !important;
27+
}

0 commit comments

Comments
 (0)