Skip to content

Commit

Permalink
Helium CSS - fix version menu background color (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshalm committed Feb 16, 2024
1 parent 9904c6d commit ec053e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/src/main/resources/laika/helium/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ header .row.links .row.links {
z-index: 5000;
left: 20px;
top: calc(var(--top-bar-height) - 10px);
background-color: white;
background-color: var(--bg-color);
border: 1px solid var(--component-border);
border-radius: 5px;
white-space: nowrap;
Expand Down

0 comments on commit ec053e0

Please sign in to comment.