aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/variables.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-05-04 12:26:42 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-05-04 13:02:53 +0200
commit4d3b49b09a8728fedc243fbf378dee6c06d5c8f2 (patch)
treee17e77cbc0ef6b3b34fdd953afadaa5e53184177 /core/css/variables.scss
parent74461a9479cdc37691fa3f7500013fcdbfc61898 (diff)
downloadnextcloud-server-4d3b49b09a8728fedc243fbf378dee6c06d5c8f2.tar.gz
nextcloud-server-4d3b49b09a8728fedc243fbf378dee6c06d5c8f2.zip
fix(theming): replace `color-primary-text-dark` with `color-primary-element-text-dark`
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/variables.scss')
-rw-r--r--core/css/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss
index 678fa0e5842..164a69a6857 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -52,7 +52,7 @@ $color-primary-light-hover: mix($color-primary-light, $color-main-text, 95%) !de
$color-primary-text: #ffffff !default;
// do not use nc-darken/lighten in case of overriding because
// primary-text is independent of color-main-text
-$color-primary-text-dark: darken($color-primary-text, 7%) !default;
+$color-primary-element-text-dark: darken($color-primary-text, 7%) !default;
$color-primary-element: $color-primary !default;
$color-primary-element-hover: mix($color-primary-element, $color-main-background, 80%) !default;
$color-primary-element-light: lighten($color-primary-element, 15%) !default;