Skip to content

Commit

Permalink
feat: made navbar/footer colors different in both themes
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Nov 19, 2024
1 parent 3e46c01 commit 22226b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _extensions/lter_scss-theme/theme_lter-edu-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ $font-size: 25px;
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Open+Sans:wght@300&display=swap');

// Base document colors
$navbar-bg: $lter-blue-2; // navbar
$navbar-bg: $lter-green-3; // navbar
$navbar-fg: $cream; // navbar foreground elements
$sidebar-bg: $lter-green-3; // sidebar
$sidebar-fg: $cream; // sidebar foreground elements
$navbar-hl: $lter-green-3; // highlight color when on a page
$navbar-hl: $lter-green-1; // highlight color when on a page
$body-bg: $black; // page background
$body-color: $cream; // page text
$footer-bg: $lter-blue-2; // footer
Expand Down
4 changes: 2 additions & 2 deletions _extensions/lter_scss-theme/theme_lter-edu-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ $sidebar-fg: $cream; // sidebar foreground elements
$navbar-hl: $lter-green-3; // highlight color when on a page
$body-bg: $cream; // page background
$body-color: $black; // page text
$footer-bg: $lter-green-1; // footer
$footer-fg: $cream; // footer text
$footer-bg: $lter-blue-1; // footer
$footer-fg: $gray-4; // footer text
$link-color: $lter-blue-2; // hyperlinks

// Code text
Expand Down

0 comments on commit 22226b7

Please sign in to comment.