Skip to content

Commit

Permalink
fix: markdown links contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Aug 2, 2024
1 parent 78c5427 commit f6a2d2d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resources/sass/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ dl.copyable{
@include media-breakpoint-down(md) {
width: 100%;
}

a{
color: $primary;
text-decoration: underline;

&:hover{
text-decoration: none;
}
}
}

// Custom extras
Expand Down

0 comments on commit f6a2d2d

Please sign in to comment.