Skip to content

Use official dark/light visuals as org banner instead of custom-made image #4

@benoit74

Description

@benoit74

Currently the org banner at https://github.com/offspot/.github/blob/main/profile/README.md is a custom-made image which is not part of the official visuals.

Since Github is perfectly supporting dark/light picture in markdown for some time, we should probably give it a try to use official logos:

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="./dark.png">
  <img alt="Text changing depending on mode. Light: 'So light!' Dark: 'So dark!'" src="./light.png">
</picture>

Or we could even directly use the SVG which embeds this dark/light code.

Or do I miss something?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions