Add css to paginator

This commit is contained in:
Edgar P. Burkhart 2022-05-22 17:09:22 +02:00
parent fdcdff7bcc
commit 7a365212f5
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.pagination .current {
font-feature-settings: "tnum", "ss01";
}

View File

@ -5,6 +5,7 @@
{% block link %}
{{ block.super }}
<link rel="stylesheet" href="{% static 'main/css/table.css' %}" type="text/css" />
<link rel="stylesheet" href="{% static 'main/css/page.css' %}" type="text/css" />
{% endblock %}
{% block body %}