Give bottom pagination bar transparent background (#5958)

This commit is contained in:
WithoutPants 2025-06-24 13:01:28 +10:00 committed by GitHub
parent 4b5424dd51
commit 81c3988777
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -952,7 +952,7 @@ input[type="range"].zoom-slider {
}
.pagination-footer {
background-color: $body-bg;
background-color: transparent;
bottom: $navbar-height;
padding: 0.5rem 1rem;
position: sticky;
@ -964,5 +964,10 @@ input[type="range"].zoom-slider {
.pagination {
margin-bottom: 0;
.btn:disabled {
color: #888;
opacity: 1;
}
}
}