Added Inter font for the UI, replaced some icons with Material Design Icons, minor css improvements
This commit is contained in:
parent
3a0f1bf340
commit
e1555375cc
8 changed files with 350 additions and 35 deletions
|
@ -18,7 +18,7 @@
|
|||
<a class="button" href="/deposit">{% translate "Deposit" %}</a>
|
||||
<a class="button" href="/accounts/logout">{% translate "Logout" %}</a>
|
||||
<div class="dropdownmenu" id="dropdownmenu">
|
||||
<button class="dropdownbutton" id="dropdownmenu-button">☰</button>
|
||||
<button class="dropdownbutton" id="dropdownmenu-button"><img src="/static/menu-icon.svg"></button>
|
||||
<div class="dropdownlist">
|
||||
<a class="button dropdownchoice" href="/history">{% translate "History" %}</a>
|
||||
<a class="button dropdownchoice" href="/statistics">{% translate "Statistics" %}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue