Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
fix top right nav menu item hover colour
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzie committed Dec 29, 2021
1 parent 484e923 commit 770b1f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
--color-sidenav-selected-bg: #{$SideNavBackgroundSelected} !important;
--color-state-hover-primary-bg: #3d4348 !important;
--color-state-hover-secondary-bg: #3d4348 !important;
--color-accent-emphasis: var(--color-state-hover-secondary-bg) !important;

--color-text-primary: rgb(230, 230, 230) !important;
--color-text-secondary: #b5b5b5 !important;
--color-text-tertiary: #b5b5b5 !important;
Expand All @@ -35,6 +37,7 @@
--color-canvas-inset: #{$BackgroundColor-3} !important;
--color-fg-muted: #{$SecondaryText} !important;
--color-page-header-bg: #{$BackgroundColor-8} !important;

}

html {
Expand Down

0 comments on commit 770b1f1

Please sign in to comment.