We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#8c8c8c
1 parent 45f9f55 commit ad8a523Copy full SHA for ad8a523
1 file changed
apps/theming/lib/Util.php
@@ -91,7 +91,7 @@ public function elementColor($color, bool $brightBackground = true) {
91
92
if (!$brightBackground && $luminance < 0.2) {
93
// If the color is too dark in dark mode, we fall back to a brighter gray
94
- return '#555555';
+ return '#8c8c8c';
95
}
96
97
return $color;
0 commit comments