Fixed issue with light theme introduced by #15333

This commit is contained in:
Torkel Ödegaard 2019-02-11 13:53:07 +01:00
parent c92cd73bd8
commit 77ba734491
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ $page-bg: $gray-7;
$body-color: $gray-1;
$text-color: $gray-1;
$text-color-strong: $dark-2;
$text-color-weak: $gray-3;
$text-color-weak: $gray-2;
$text-color-faint: $gray-4;
$text-color-emphasis: $dark-5;

View File

@ -124,7 +124,7 @@ input[type='text'].tight-form-func-param {
&--disabled {
.query-keyword {
color: darken($blue, 20%);
color: $text-color-weak;
}
}