Skip to content

Commit d79f2d8

Browse files
committed
Removes underline on nav link hover, updates hover color
1 parent 521d587 commit d79f2d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

static/css/styles.css

+5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ em {
7979

8080
#navbar-item {
8181
color: #2e3131;
82+
text-decoration: none;
83+
}
84+
85+
#navbar-item:hover {
86+
color: #4DABCF !important;
8287
}
8388

8489
#feature-card {

0 commit comments

Comments
 (0)