Skip to content

Show screenshots matching the theme #71

@kazk

Description

@kazk

For some screenshots, it might be better to use the version matching the current theme (dark mode on/off).

This should be possible using dark:hidden and dark:block variants:

<div class="block dark:hidden">

![alt](./light.png)

</div>
<div class="hidden dark:block">

![alt](./dark.png)

</div>

Wrapping in <div> because we can't use <img> tag with relative paths in Markdown at the moment.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions