diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-12-14 17:31:12 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-12-14 17:59:30 +0100 |
commit | 1cd04e361ed980a864ca96634c82fb175dbeea41 (patch) | |
tree | 3198bc59696f76c220fa0e3baf1ebb2b414ced0b /core/css/apps.scss | |
parent | bac05cae5b53cc208b7edaa6b2b2a5de86f25035 (diff) | |
download | nextcloud-server-1cd04e361ed980a864ca96634c82fb175dbeea41.tar.gz nextcloud-server-1cd04e361ed980a864ca96634c82fb175dbeea41.zip |
fix(core): Make sure correct colors are used on blurred background
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index f688ab05139..f047e7dae43 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -121,6 +121,8 @@ kbd { #app-navigation:not(.vue) { // We use fixed variable for the pill style as we have larger containers around nested list entries --border-radius-pill: calc(var(--default-clickable-area) / 2); + // Ensure the maxcontrast color is set for the background + --color-text-maxcontrast: var(--color-text-maxcontrast-background-blur, var(--color-main-text)); width: variables.$navigation-width; z-index: 500; |