Skip to content

Commit 244b0cb

Browse files
authored
Merge pull request #46 from timhoffm/navbar-link2
Color and margin of nav-bar links
2 parents 26c0fe6 + 4d57749 commit 244b0cb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mpl_sphinx_theme/static/css/style.css

+9
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ html[data-theme="dark"] {
2121
margin: 2.75rem 0;
2222
}
2323

24+
#navbar-icon-links {
25+
margin-left: 1.5em;
26+
}
27+
2428
#navbar-icon-links .nav-link {
2529
color: #989898;
2630
}
31+
32+
#navbar-icon-links .nav-link:hover {
33+
color: var(--pst-color-primary);
34+
}
35+

0 commit comments

Comments
 (0)