Skip to content

Commit

Permalink
Indicate latest stable version in version navbar and fade older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
indigo423 committed Feb 17, 2022
1 parent 85fa78d commit 877aa93
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ html.is-clipped--nav {
.nav-panel-explore .component .version a {
border: 1px solid var(--nav-border-color);
border-radius: 0.25rem;
color: var(--doc-font-color);
color: var(--color-cool-gray-2);
text-decoration: none;
opacity: 0.75;
white-space: nowrap;
Expand All @@ -280,6 +280,10 @@ html.is-clipped--nav {
font-weight: var(--body-font-weight-bold);
}

.nav-panel-explore .component .is-latest a {
color: var(--color-chromatic-black);
}

.navbar-logo {
padding-left: 1.3rem;
padding-right: 1.5rem;
Expand Down

0 comments on commit 877aa93

Please sign in to comment.