Skip to content

Commit

Permalink
fix(css): use possible weight in button
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentHardouin committed Feb 25, 2022
1 parent ac396ef commit 1eaf756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/shared/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

&:hover,
&:focus {
font-weight: 1rem;
font-weight: $font-normal;
cursor: pointer;
background-color: $hoverBgColor;
border: 2px solid $hoverBorderColor;
Expand Down

0 comments on commit 1eaf756

Please sign in to comment.