chore: update tab text colour

!5
This commit is contained in:
2024-05-17 22:56:59 +09:30
parent aade1e80d7
commit 03b06bb2da
2 changed files with 11 additions and 1 deletions

View File

@ -128,6 +128,7 @@ input[type=submit] {
padding: 14px 16px;
transition: 0.3s;
font-size: inherit;
color: #6a6e73;
}
/* Change background color of buttons on hover */

View File

@ -2,4 +2,13 @@
{% block title %}Home{% endblock %}
{% block body%}{% endblock %}
{% block body%}
To Do List:
<ul>
<li>{% include 'icons/issue_link.html.j2' with issue=5 %} - Item History</li>
</ul>
{% endblock %}