Skip to content

Commit

Permalink
fix(website): add more obvious styles to the mobile ToC button (micro…
Browse files Browse the repository at this point in the history
…soft#3714)

* fix(website): add more obvious styles to the mobile ToC button

* fix(website): dumb css selector copy/paste mistake
  • Loading branch information
EisenbergEffect authored Aug 13, 2020
1 parent 41c1dcb commit d750a95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sites/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@
--dialog-width: 400px;
--dialog-height: auto;
padding: 16px;
}

.button.button--secondary.button--sm.menu__button {
background: var(--ifm-color-primary);
color: var(--ifm-color-secondary);
}

0 comments on commit d750a95

Please sign in to comment.