Set pagination background to transparent

This commit is contained in:
Rachid Mrad 2024-06-05 00:23:56 -04:00
parent eb706b3e83
commit 97340e92c0
No known key found for this signature in database

View file

@ -2,6 +2,7 @@
.usa-pagination {
flex-wrap: wrap;
background-color: transparent;
.usa-current {
background-color: color('base-dark');
}