Skip to content

White icons on a white background. #35300

@hboetes

Description

@hboetes

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));
}

image
image

This is not a request for help, this is a request for a universal solution, one which works for everyone.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions