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

Commit

Permalink
Changed my mind on the bg colour of header and nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzie committed Dec 29, 2021
1 parent 770b1f1 commit e9926d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Source/Theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
scrollbar-width: thin !important;
--color-bg-primary: #{$BackgroundColor-3} !important;
--color-bg-secondary: #{$BackgroundColor-3} !important;
--color-header-bg: #{$BackgroundColor-3} !important;
--color-page-header-bg: var(--color-header-bg) !important;

--color-menu-bg-active: #{$MenuBackgroundActive} !important;
--color-state-selected-primary-bg: #{$MenuBackgroundActive} !important;
--color-sidenav-selected-bg: #{$SideNavBackgroundSelected} !important;
Expand Down Expand Up @@ -36,8 +39,6 @@
--color-canvas-subtle: #{$BackgroundColor-3} !important;
--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 e9926d5

Please sign in to comment.