-
Notifications
You must be signed in to change notification settings - Fork 234
Closed
Labels
Description
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">

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

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