-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapdesignDesign, UI, UX, etc.Design, UI, UX, etc.enhancementfeature: theming
Description
The white icons on the top row require a dark background or else they are hard to see/invisible. We have a few company wallpapers which look really great but have a few white spaces.
I know subtitles had the same problem and a technical solution was to add a dark edge around the letters, so as a workaround, I used the custom CSS extension and added the code below, which helps with some icons, but most are unaffected:
svg {
filter: drop-shadow(3px 3px 3px rgb(0, 0, 0, 10));
}
This is not a request for help, this is a request for a universal solution, one which works for everyone.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapdesignDesign, UI, UX, etc.Design, UI, UX, etc.enhancementfeature: theming

