Skip to content

Commit

Permalink
Try brightening up secondary menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Feb 8, 2020
1 parent 99a68a5 commit 8432385
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,9 @@ a > code {

a.contents__link > code {
color: var(--ifm-code-color);
}

.menu--responsive > button {
background-color: var(--ifm-color-primary);
border-color: var(--ifm-color-primary);
}

0 comments on commit 8432385

Please sign in to comment.