Fix the contrast of unread badges
authorAlexander Ebert <ebert@woltlab.com>
Tue, 27 Jun 2023 15:32:39 +0000 (17:32 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 27 Jun 2023 15:32:39 +0000 (17:32 +0200)
See https://www.woltlab.com/community/thread/300275-kontrast-badges-darkmode/

wcfsetup/install/files/style/ui/darkMode.scss

index bc842ceb96808d33e09ff001dcc1f96c59898064..1355e329a34657c3493a9a5eb6bf284d0087eed9 100644 (file)
@@ -8,6 +8,7 @@ html[data-color-scheme="dark"] {
 
                &.badgeUpdate {
                        --background-color: #027abb;
+                       --color: #fcfcfd;
                }
 
                &.green {