Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpeart committed Apr 21, 2024
1 parent 8c94678 commit 6ebdb4a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _sass/global/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,12 @@ details > summary:focus,
details[open] > summary:focus {

background: map-get($colors, "mint--light");
outline: none;
outline: 5px solid map-get($colors, "mint--light");
outline-offset: 6px;

&:active {
outline: 5px solid map-get($colors, "mint--light");
outline: none;
outline-offset: 0;
}

}
Expand Down

0 comments on commit 6ebdb4a

Please sign in to comment.