Skip to content

Add dark mode version of the org logo via <picture> #10

@bmuenzenmeyer

Description

@bmuenzenmeyer

image

using picture works great

    <picture>
      <source media="(prefers-color-scheme: dark)" srcset="./path/to/logo/dark.svg">
      <img src="./path/to/logo/light.svg" width="200px">
    </picture>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions