Skip to content

Commit

Permalink
modified file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyeonjiwon committed Feb 25, 2020
1 parent 553ac3c commit 55dc786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion _sass/minimal-mistakes/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,8 @@
color: #fff;
font-size: $type-size-6;

background: $primary-color;
/*background: $primary-color;*/
background: #b0b0d4;

border-top-left-radius: $border-radius;
border-top-right-radius: $border-radius;
Expand Down
4 changes: 2 additions & 2 deletions _sass/minimal-mistakes/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ $warning-color: #d67f05 !default;
$danger-color: #ee5f5b !default;
$info-color: #3b9cba !default;
$focus-color: $primary-color !default;
/*$active-color: mix(#fff, $primary-color, 100%) !default;*/
$active-color: mix(#fff, $primary-color, 80%) !default;
/*$active-color: mix(#fff, $primary-color, 80%) !default;*/
$active-color: mix(#fff, $primary-color, 100%) !default;

/* YIQ color contrast */
$yiq-contrasted-dark-default: $dark-gray !default;
Expand Down

0 comments on commit 55dc786

Please sign in to comment.