Skip to content

Commit

Permalink
fix: Modify header menu text color
Browse files Browse the repository at this point in the history
  • Loading branch information
anso33 committed Nov 3, 2023
1 parent dd69973 commit aacc83c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/yat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ $white-color: #fdfdfd !default;
$table-text-align: left !default;

$header-height: $base-line-height * $base-font-size * 2.85 !default;
$header-text-color: invert($theme-color) !default;
// $header-text-color: invert($theme-color) !default;
// $header-background-color: $theme-color !default;
$header-background-color: $white-color;
$header-background-color: map-get($theme-colors, "coolblack") !default;

$footer-height: $header-height * 1.05 !default;
Expand Down

0 comments on commit aacc83c

Please sign in to comment.