Merge pull request #2264 from cisagov/hotfix-pagination-background-color

Set pagination background to transparent
This commit is contained in:
Rachid Mrad 2024-06-05 18:05:51 -04:00 committed by GitHub
commit 5907ec7a48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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