diff options
| author | Volpeon <git@volpeon.ink> | 2024-11-29 23:46:49 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-11-29 23:46:49 +0100 |
| commit | 99e66e859dacebee7b377cfafcba66cf26984384 (patch) | |
| tree | 12509bc6b15826fbdb9500ffc8c63a51a5bf4c4a | |
| parent | Static themes fix (diff) | |
| download | iro-design-99e66e859dacebee7b377cfafcba66cf26984384.tar.gz iro-design-99e66e859dacebee7b377cfafcba66cf26984384.tar.bz2 iro-design-99e66e859dacebee7b377cfafcba66cf26984384.zip | |
Fix
| -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: ( |
