Compare commits

..

No commits in common. "7269fcbc6b282a83f7bbf8f8087448c61267483f" and "63c7ab497eba67b1ca3ee37442340b82d1298849" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View File

@ -10,7 +10,7 @@ form ul.errorlist {
grid-column: 1 / -1;
color: var(--red);
font-weight: 550;
list-style-type: "! ";
list-style-type: "! ";
margin: 0;
}
@ -36,8 +36,7 @@ form > input[type="text"],
form > input[type="number"],
form > textarea {
border: none;
border-radius: var(--radius);
background: var(--bg-01);
border-bottom: 1px solid var(--text);
}
form > .buttons {

View File

@ -20,7 +20,7 @@
<nav>
<a href="{% url 'index' %}"
class="home{% if request.resolver_match.url_name == 'index' %} cur{% endif %}">
<img src="{% static 'main/svg/logo-white.svg' %}" alt="" />Nummi
<img src="{% static 'main/svg/logo-white.svg' %}" />Nummi
</a>
<a href="{% url 'transactions' %}"
class="{% if request.resolver_match.url_name == 'transactions' %}cur{% endif %}">

View File

@ -9,7 +9,7 @@
{% endblock %}
{% block body %}
<h1><img src="{% static 'main/svg/logo.svg' %}" alt="" />Nummi</h1>
<h1><img src="{% static 'main/svg/logo.svg' %}" />Nummi</h1>
{% if transactions %}
<h2>Transactions</h2>