We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac555c1 commit 8d9e1f6Copy full SHA for 8d9e1f6
mpl_sphinx_theme/static/css/style.css
@@ -20,3 +20,7 @@ html[data-theme="dark"] {
20
.sidebar-cheatsheets, .sidebar-donate {
21
margin: 2.75rem 0;
22
}
23
+
24
+#navbar-icon-links .nav-link {
25
+ color: #989898;
26
+}
mpl_sphinx_theme/theme.conf
@@ -6,5 +6,5 @@ stylesheet = css/style.css
6
navbar_links = absolute
7
# navbar_start = mpl_navbar_logo.html
8
navbar_center = mpl_nav_bar.html
9
-navbar_end = mpl_icon_links.html, theme-switcher.html
+navbar_end = theme-switcher.html, mpl_icon_links.html
10
logo = images/logo2.svg
0 commit comments