Add dark menu image on site

This commit is contained in:
hensm
2019-05-21 19:31:53 +01:00
parent 937f5e8dc8
commit a66fad133f
5 changed files with 7 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

BIN
docs/images/menu_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
docs/images/menu_light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -309,6 +309,11 @@ body {
background-color: var(--grey-10-a10);
}
:root.theme-light .img-dark,
:root.theme-dark .img-light {
display: none;
}
.footer {

View File

@@ -67,7 +67,8 @@
<details class="faq card" open>
<summary class="faq__summary">How do I cast something?</summary>
<div class="faq__content">
<img src="images/menu.png" alt="Media context menu" style="float: right">
<img src="images/menu_light.png" alt="Media context menu" class="img-light" style="float: right">
<img src="images/menu_dark.png" alt="Media context menu" class="img-dark" style="float: right">
<p>
Ignore the toolbar button for now, it's just a placeholder for development.
</p>