Skip to content

Commit

Permalink
update color
Browse files Browse the repository at this point in the history
  • Loading branch information
saracope committed Jun 19, 2020
1 parent f2f4b8c commit f3acb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/digital.gov/src/scss/new/_community-info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
@include u-text('gray-1');
@include u-text('no-underline');
@include u-font('sans', 'md');
@include u-bg('mint-50v');
@include u-bg('cyan-50v');
@include u-display('block');
@include u-radius('md');
@include u-text('bold');
&:hover{
@include u-bg('mint-60v');
@include u-bg('cyan-60v');
}
}
.join.type-google-group{
Expand Down

0 comments on commit f3acb2e

Please sign in to comment.