Make icons white in dark mode

This commit is contained in:
Alex Shpak
2019-12-09 11:05:49 +01:00
parent a2e356d4bb
commit d934e0b12a
8 changed files with 16 additions and 19 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<header class="flex align-center justify-between book-header">
<label for="menu-control">
<img src="{{ "svg/menu.svg" | relURL }}" alt="Menu" />
<img src="{{ "svg/menu.svg" | relURL }}" class="book-icon" alt="Menu" />
</label>
<strong>{{ partial "docs/title" . }}</strong>
</header>