Commit 77ba7344 by Torkel Ödegaard

Fixed issue with light theme introduced by #15333

parent c92cd73b
......@@ -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;
......
......@@ -124,7 +124,7 @@ input[type='text'].tight-form-func-param {
&--disabled {
.query-keyword {
color: darken($blue, 20%);
color: $text-color-weak;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment