diff options
author | Volpeon <git@volpeon.ink> | 2025-08-06 16:40:56 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-08-06 16:40:56 +0200 |
commit | 41b0d0497988274057fc2512c822a6bc9d2d3ebd (patch) | |
tree | 015a95ede42b799ac1fd049baa8b0a853b6d3bb3 /src/scopes/_links.vars.scss | |
parent | Fix button font size (diff) | |
download | iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.tar.gz iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.tar.bz2 iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.zip |
Diffstat (limited to 'src/scopes/_links.vars.scss')
-rw-r--r-- | src/scopes/_links.vars.scss | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/scopes/_links.vars.scss b/src/scopes/_links.vars.scss index ac7815a..c69cc32 100644 --- a/src/scopes/_links.vars.scss +++ b/src/scopes/_links.vars.scss | |||
@@ -28,22 +28,22 @@ $key-focus--outline-color: props.def(--s-links--key-focus--outline-color, props. | |||
28 | 28 | ||
29 | $static-themes: props.def(--s-links, (), 'color'); | 29 | $static-themes: props.def(--s-links, (), 'color'); |
30 | @each $theme in map.keys(props.get(core.$transparent-colors)) { | 30 | @each $theme in map.keys(props.get(core.$transparent-colors)) { |
31 | $link-theme: --static-#{string.slice($theme, 3)}; | 31 | $link-theme: --static-#{string.slice($theme, 3)}; |
32 | 32 | ||
33 | $static-themes: props.merge($static-themes, ( | 33 | $static-themes: props.merge($static-themes, ( |
34 | $link-theme: ( | 34 | $link-theme: ( |
35 | --text-color: currentColor, | 35 | --text-color: currentColor, |
36 | --underline-color: props.get(core.$transparent-colors, $theme, --500), | 36 | --underline-color: props.get(core.$transparent-colors, $theme, --500), |
37 | 37 | ||
38 | --hover: ( | 38 | --hover: ( |
39 | --text-color: props.get(core.$transparent-colors, $theme, --900), | 39 | --text-color: props.get(core.$transparent-colors, $theme, --900), |
40 | ), | 40 | ), |
41 | 41 | ||
42 | --key-focus: ( | 42 | --key-focus: ( |
43 | --text-color: props.get(core.$transparent-colors, $theme, --900), | 43 | --text-color: props.get(core.$transparent-colors, $theme, --900), |
44 | --border-color: props.get(core.$transparent-colors, $theme, --900), | 44 | --border-color: props.get(core.$transparent-colors, $theme, --900), |
45 | --outline-color: props.get(core.$transparent-colors, $theme, --300), | 45 | --outline-color: props.get(core.$transparent-colors, $theme, --300), |
46 | ), | 46 | ), |
47 | ) | 47 | ) |
48 | )); | 48 | )); |
49 | } | 49 | } |