Added Inter font for the UI, replaced some icons with Material Design Icons, minor css improvements

This commit is contained in:
Julian Müller (ChaoticByte) 2023-04-15 12:58:33 +02:00
parent 3a0f1bf340
commit e1555375cc
8 changed files with 350 additions and 35 deletions

View file

@ -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">&#x2630;</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>