Fixed color for 'Never' previously violating WCAG 2.0
authorAlexander Ebert <ebert@woltlab.com>
Sun, 2 Oct 2016 17:26:51 +0000 (19:26 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 2 Oct 2016 17:26:51 +0000 (19:26 +0200)
wcfsetup/install/files/style/ui/buttonGroupFlexible.scss

index 37bcd02449a1d10128985bc098e2cee65bc2a7e6..928ec2df30fa6f875f370ee69a9a77f302769b3d 100644 (file)
@@ -63,7 +63,8 @@
                        }
                        
                        &.yellow {
-                               background-color: rgb(239, 108, 0);
+                               background-color: rgb(251, 140, 0);
+                               color: #000;
                        }
                }