Adjust accessibility app color replacement
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
aec0a6c096
commit
4b7ef668a4
|
@ -258,7 +258,7 @@ class AccessibilityController extends Controller {
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
private function invertSvgIconsColor(string $css) {
|
private function invertSvgIconsColor(string $css) {
|
||||||
return str_replace(['/000', '/fff', '/***'], ['/***', '/000', '/fff'], $css);
|
return str_replace(['color=000', 'color=fff', 'color=***'], ['color=***', 'color=000', 'color=fff'], $css);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue