aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorRon Lucke <lucke@elan-ev.de>2025-11-04 10:54:22 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-11-20 16:10:15 +0100
commitb88d52bcdf98ff952f18e741d4e5b6603f3a78cf (patch)
tree8aa5a49208614ae1c6fe8ce145a1b791a18e41a1 /resources
parente22032c08a0fcebebac8a397db33bfee17f25ba7 (diff)
"Houston, we've got a problem" hat die falsche Schriftfarbe
Closes #6020 Merge request studip/studip!4592
Diffstat (limited to 'resources')
-rw-r--r--resources/assets/stylesheets/mixins/colors.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/stylesheets/mixins/colors.scss b/resources/assets/stylesheets/mixins/colors.scss
index 1a757f2..7257c12 100644
--- a/resources/assets/stylesheets/mixins/colors.scss
+++ b/resources/assets/stylesheets/mixins/colors.scss
@@ -338,7 +338,7 @@ $color--focus: $color--gray-4;
$color--warning: $color--red-1;
$color--warning-secondary: $color--red-2;
$color--warning-contrast: $color--font-inverted;
-$color--warning-secondary-contrast: $color--font-inverted;
+$color--warning-secondary-contrast: $color--font-primary;
$color--attention: $color--yellow-1;
$color--attention-secondary: $color--yellow-2;