Closed bool3max closed 3 years ago
I managed to solve the issue by commenting out the following styles in the CSS files of the desired theme:
#header #logo {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
Still, it would be good if this option was configurable.
I've set a custom homepage logo (by creating
/static/images/logo.png
), however it is completely greyed out until it is hovered over:After I hover over it:
Is there any way to disable this behavior and have the logo be fully colored at all times?