Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Nov 27, 2023
1 parent 3ee43ab commit f0379a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/assets/scss/_boosted.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ body {
width: 100%;
height: 0;
content: "";
background-color: var(--bs-link-hover-color);
transition: height ease-out .2s; // stylelint-disable-line property-disallowed-list
background-color: $accessible-orange;
@include transition(height ease-out .2s);
}

&:hover::before {
Expand Down

0 comments on commit f0379a1

Please sign in to comment.