Skip to content

Commit ebf337d

Browse files
willingclwasser
authored andcommitted
change the percentage to be lower
1 parent 6a28a07 commit ebf337d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/minimal-mistakes/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ $background-color: #fff !default;
8989
$code-background-color: #fafafa !default;
9090
$code-background-color-dark: $light-gray !default;
9191
$text-color: $dark-gray !default;
92-
$muted-text-color: mix(#fff, $text-color, 25%) !default;
92+
$muted-text-color: mix(#fff, $text-color, 18%) !default;
9393
$border-color: $lighter-gray !default;
9494
$form-background-color: $lighter-gray !default;
9595
$footer-background-color: $lighter-gray !default;

0 commit comments

Comments
 (0)