diff --git a/ui/src/index.scss b/ui/src/index.scss index 9186970982..386fa3f600 100644 --- a/ui/src/index.scss +++ b/ui/src/index.scss @@ -246,4 +246,6 @@ $tracking in $fontTrackings { to { opacity: 1; } -} \ No newline at end of file +} + +a:link, a:visited, a:hover, a:active { color: var(--wave-themePrimary); } \ No newline at end of file diff --git a/ui/src/markdown.css b/ui/src/markdown.css index 3c00cb5b6e..592943666c 100644 --- a/ui/src/markdown.css +++ b/ui/src/markdown.css @@ -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; }