aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/docs/mobile-header.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-12-09 11:05:49 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-12-09 11:24:31 +0100
commitd934e0b12af64f943f9f960a04abe3be93648ab7 (patch)
tree7bfad4b1cf758c1b6df3d7dd79a8ecf9ffd528fa /layouts/partials/docs/mobile-header.html
parenta2e356d4bbf740829b46650d6e7adc1c049fd1ce (diff)
Make icons white in dark mode
Diffstat (limited to 'layouts/partials/docs/mobile-header.html')
-rw-r--r--layouts/partials/docs/mobile-header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/docs/mobile-header.html b/layouts/partials/docs/mobile-header.html
index 720b83d..b69f58c 100644
--- a/layouts/partials/docs/mobile-header.html
+++ b/layouts/partials/docs/mobile-header.html
@@ -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>