Skip to content

Commit

Permalink
css: improve public-enemy button
Browse files Browse the repository at this point in the history
  • Loading branch information
BulotF committed Feb 21, 2024
1 parent a28c212 commit 71dd95b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/scss/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ a {

&:hover,
&:active {
background-color: $color-yellow_01;
color: $color-grey_01;
color: $color-blue_02;
background-color: white;
border-color: $color-blue_02;
}

strong {
Expand Down Expand Up @@ -135,6 +136,12 @@ a {
font-size: $font-xs;
text-align: left;
padding: 18px 25px;

&:hover,
&:active {
background-color: $color-yellow_01;
color: $color-grey_01;
}
}

// Modal/Pop-up styles
Expand Down

0 comments on commit 71dd95b

Please sign in to comment.