Skip to content

Commit 9fae79d

Browse files
authored
Merge pull request numpy#211 from numpy/feature/nav-rollovers
Removes underline on nav link hover, updates hover color
2 parents 0a2e76d + d79f2d8 commit 9fae79d

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)