Skip to content

Commit

Permalink
DOCS-1446: Chang link styling to be less overwhelming
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Feb 29, 2024
1 parent 34ea770 commit 8df5e8b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ a > code {
p, li {
color: #515151;
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
}
Expand Down Expand Up @@ -370,11 +373,11 @@ END MARKETING CSS
}

.alert a {
text-decoration: underline;
text-decoration: none;
}

.alert a:hover {
text-decoration: none;
text-decoration: underline;
}


Expand Down

0 comments on commit 8df5e8b

Please sign in to comment.