Skip to content

Commit 073b2d0

Browse files
authored
Merge pull request #43 from timhoffm/nav-links
Move external links to the very right of the nav bar
2 parents ac555c1 + 8d9e1f6 commit 073b2d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

mpl_sphinx_theme/static/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ html[data-theme="dark"] {
2020
.sidebar-cheatsheets, .sidebar-donate {
2121
margin: 2.75rem 0;
2222
}
23+
24+
#navbar-icon-links .nav-link {
25+
color: #989898;
26+
}

mpl_sphinx_theme/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ stylesheet = css/style.css
66
navbar_links = absolute
77
# navbar_start = mpl_navbar_logo.html
88
navbar_center = mpl_nav_bar.html
9-
navbar_end = mpl_icon_links.html, theme-switcher.html
9+
navbar_end = theme-switcher.html, mpl_icon_links.html
1010
logo = images/logo2.svg

0 commit comments

Comments
 (0)