Skip to content

Commit

Permalink
feat: Make links use primary color #2281 (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok authored Mar 6, 2024
1 parent adac50d commit dd698a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ui/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,6 @@ $tracking in $fontTrackings {
to {
opacity: 1;
}
}
}

a:link, a:visited, a:hover, a:active { color: var(--wave-themePrimary); }
1 change: 0 additions & 1 deletion ui/src/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
}

.wave-markdown a {
color: var(--wave-themePrimary);
text-decoration: underline;
font-weight: 500;
}
Expand Down

0 comments on commit dd698a5

Please sign in to comment.