diff --git a/packages/css-theme/src/elements/_a.scss b/packages/css-theme/src/elements/_a.scss index ce8712cc0a5..d38a0977450 100644 --- a/packages/css-theme/src/elements/_a.scss +++ b/packages/css-theme/src/elements/_a.scss @@ -10,3 +10,9 @@ .theme-wrapper.dark a:not([role="button"]) { color: $fc-link-dark; } +.theme-wrapper.light a.anchor svg path { + stroke: $fc-link-light; +} +.theme-wrapper.dark a.anchor svg path { + stroke: $fc-link-dark; +}