- Issue created by @thomas.frobieter
It's a minimized library file, so .. 0. But I don't think its a library issue. Probably.. a document ready thing.. while initialization or something..
Okay, figured it out.. we collect the colors from CSS variables while the initialization, but the given variables ain't existed for logged out users.
So I will fix this by simply replacing the variables with fixed colors (Drupal CD):
--line-color: var(--drowl-text-color); --bar-color: var(--drowl-info); --bar-end-color: var(--drowl-green);
to:
--line-color: #eeeeee; --bar-color: #40b6ff; --bar-end-color: #0074bd;
- 🇩🇪Germany Anybody Porta Westfalica
@thomas.frobieter has this been fixed already? Here and in _bs?
- Status changed to Fixed
10 months ago 10:14am 26 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.