diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/scopes/_links.vars.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scopes/_links.vars.scss b/src/scopes/_links.vars.scss index 91a73ab..b9bf4d1 100644 --- a/src/scopes/_links.vars.scss +++ b/src/scopes/_links.vars.scss | |||
@@ -31,7 +31,7 @@ $static-themes: props.def(--s-links, (), 'color'); | |||
31 | 31 | ||
32 | $static-themes: props.merge($static-themes, ( | 32 | $static-themes: props.merge($static-themes, ( |
33 | $link-theme: ( | 33 | $link-theme: ( |
34 | --text-color: props.get(core.$transparent-colors, $theme, --800), | 34 | --text-color: currentColor, |
35 | --underline-color: props.get(core.$transparent-colors, $theme, --500), | 35 | --underline-color: props.get(core.$transparent-colors, $theme, --500), |
36 | 36 | ||
37 | --hover: ( | 37 | --hover: ( |