Skip to content

Commit

Permalink
Update filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoparsec committed Mar 25, 2024
1 parent 94b47ce commit 7717ef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/components/filter/_filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@
height: 1rem;
margin-left: -$spacer-md;

background: $brand-primary-light;
background: $brand-primary;
border-radius: 1rem;
}

.filters__link--isaqb::before {
background: $brand-primary-light;
background: $brand-primary;
}

.filters__link--power::before {
background: $brand-tertiary-light;
background: $brand-tertiary;
}

0 comments on commit 7717ef6

Please sign in to comment.