Add dark theme

Fixes #1151
This commit is contained in:
Dawid Potocki
2019-08-24 12:34:05 +12:00
parent 4684647d43
commit 12bb38c6db
5 changed files with 236 additions and 3 deletions

View File

@ -143,6 +143,9 @@
<a href="/donate/" class="nav-anchor">
Donate <span class="fas fa-heart text-danger"></span>
</a>
<a id="nav-switch-theme" class="nav-anchor" href="javascript:void(0)" onClick="changeColorScheme()">
Theme <span class="nav-theme-icon fas"></span>
</a>
</div>
</div>
</nav>