diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-09-28 04:21:30 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-10-12 01:43:37 +0000 |
commit | 8c4de8f3bc402fbfe5dce3f131a266b2f6018662 (patch) | |
tree | 5d2ca8fafaa55fb2ccabb95e4b72258a3fb9ee24 /apps/theming/css | |
parent | dc9cd228db40e6d19a6d382d72fe918902fc3c94 (diff) | |
download | nextcloud-server-8c4de8f3bc402fbfe5dce3f131a266b2f6018662.tar.gz nextcloud-server-8c4de8f3bc402fbfe5dce3f131a266b2f6018662.zip |
Add color variables for text on blurred background
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r-- | apps/theming/css/default.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css index 19d02a53f9b..da4814d66ef 100644 --- a/apps/theming/css/default.css +++ b/apps/theming/css/default.css @@ -13,6 +13,8 @@ --color-placeholder-dark: #cccccc; --color-main-text: #222222; --color-text-maxcontrast: #767676; + --color-text-maxcontrast-default: #767676; + --color-text-maxcontrast-background-blur: #646464; --color-text-light: #222222; --color-text-lighter: #767676; --color-scrollbar: rgba(34,34,34, .15); |