diff options
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/css/theming.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 2b9d12d2cd4..5117ff753c2 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -260,6 +260,9 @@ input.primary, /** Handle primary buttons for bright colors */ @if (luma($color-primary) > 0.8) { + :root { + --color-primary-light-text: var(--color-primary-text); + } select, button, .button, input:not([type='range']), @@ -278,7 +281,6 @@ input.primary, } } } - } @if ($color-primary == #ffffff) { |