We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c769974 commit 8b02433Copy full SHA for 8b02433
_sass/minimal-mistakes/_variables.scss
@@ -89,7 +89,7 @@ $background-color: #fff !default;
89
$code-background-color: #fafafa !default;
90
$code-background-color-dark: $light-gray !default;
91
$text-color: $dark-gray !default;
92
-$muted-text-color: mix(#fff, $text-color, 20%) !default;
+$muted-text-color: mix(#fff, $text-color, 25%) !default;
93
$border-color: $lighter-gray !default;
94
$form-background-color: $lighter-gray !default;
95
$footer-background-color: $lighter-gray !default;
0 commit comments