fix: dark theme disabled pagination

This commit is contained in:
Cory Dransfeldt 2024-01-02 09:56:45 -08:00 committed by GitHub
parent e790c5bbf4
commit f101b78325
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1156,6 +1156,10 @@ h6 > svg,
background-color: var(--blue-200);
}
.pagination button.disabled > svg {
stroke: var(--white);
}
/* now */
.media__grid .item__wrapper {
border-color: var(--blue-400);