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 aacc83c commit d94a52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/yat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $table-text-align: left !default;
$header-height: $base-line-height * $base-font-size * 2.85 !default;
// $header-text-color: invert($theme-color) !default;
// $header-background-color: $theme-color !default;
$header-background-color: $white-color;
$header-text-color: white-color !default;
$header-background-color: map-get($theme-colors, "coolblack") !default;

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

0 comments on commit d94a52a

Please sign in to comment.