diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-12-09 11:05:49 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-12-09 11:24:31 +0100 |
commit | d934e0b12af64f943f9f960a04abe3be93648ab7 (patch) | |
tree | 7bfad4b1cf758c1b6df3d7dd79a8ecf9ffd528fa /layouts/partials/docs/mobile-header.html | |
parent | a2e356d4bbf740829b46650d6e7adc1c049fd1ce (diff) |
Make icons white in dark mode
Diffstat (limited to 'layouts/partials/docs/mobile-header.html')
-rw-r--r-- | layouts/partials/docs/mobile-header.html | 2 |
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> |