Skip to content

Commit

Permalink
Update _utility.scss
Browse files Browse the repository at this point in the history
Small css update for text links
  • Loading branch information
smg6511 committed Sep 26, 2024
1 parent a36270d commit 6f2c32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _build/templates/default/sass/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@

@mixin textLink {
color: $colorSplash;
text-decoration: none;
border-bottom: 1px dotted scale-color($colorSplash, $lightness: 50%);
text-decoration-style: dotted;
text-decoration-color: scale-color($colorSplash, $lightness: 50%);
&:hover {
color: $black;
border-bottom-color: scale-color($black, $lightness: 40%);
Expand Down

0 comments on commit 6f2c32d

Please sign in to comment.