2
0
Fork 0

fix(style): disabled pagination buttons in dark mode
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2024-05-15 02:29:23 +02:00
parent a073a9f90b
commit 7b4df14bee
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@
:root { :root {
--background: #17181c; --background: #17181c;
} }
.pagination-next.is-disabled, .pagination-previous.is-disabled {
border-color: #dbdbdb;
color: #7a7a7a;
}
} }
</style> </style>
{% block head %}{% endblock %} {% block head %}{% endblock %}