Skip to content

Commit 2f4a9c6

Browse files
committed
Color and margin of nav-bar links
Follow up to #43. - Coloring follows regular links - Add margin to the left so that page control buttons are visually separated.
1 parent 26c0fe6 commit 2f4a9c6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

mpl_sphinx_theme/static/css/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ 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 {
25-
color: #989898;
29+
color: var(--pst-color-link);
30+
}
31+
32+
#navbar-icon-links .nav-link:hover {
33+
color: var(--pst-color-link-hover);
2634
}

0 commit comments

Comments
 (0)