diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2020-05-07 11:46:25 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2020-05-26 21:42:11 +0200 |
commit | 9aff5355e63e800bcb59f97bd45bd552fe2eba55 (patch) | |
tree | d78fe39a477251d5f2e5d5af3933904c0d8f5007 /core/css/css-variables.scss | |
parent | 9bb07d3fbd5824034ff66b76dee5c47b15b3ff57 (diff) | |
download | nextcloud-server-9aff5355e63e800bcb59f97bd45bd552fe2eba55.tar.gz nextcloud-server-9aff5355e63e800bcb59f97bd45bd552fe2eba55.zip |
Simplify text variables from 4 to 2, map -lighter to -maxcontrast
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/css-variables.scss')
-rw-r--r-- | core/css/css-variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/css-variables.scss b/core/css/css-variables.scss index cf0779000b6..df6bfa3b68d 100644 --- a/core/css/css-variables.scss +++ b/core/css/css-variables.scss @@ -23,8 +23,8 @@ --color-success: $color-success; --color-text-maxcontrast: $color-text-maxcontrast; - --color-text-light: $color-text-light; - --color-text-lighter: $color-text-lighter; + --color-text-light: $color-main-text; + --color-text-lighter: $color-text-maxcontrast; --image-logo: $image-logo; --image-login-background: $image-login-background; |