diff --git a/shiftregister/core/templates/base.html b/shiftregister/core/templates/base.html index fbc5ced..cde2059 100644 --- a/shiftregister/core/templates/base.html +++ b/shiftregister/core/templates/base.html @@ -79,6 +79,11 @@ :root { --background: #17181c; } + + .pagination-next.is-disabled, .pagination-previous.is-disabled { + border-color: #dbdbdb; + color: #7a7a7a; + } } {% block head %}{% endblock %}