diff options
author | Volpeon <git@volpeon.ink> | 2025-07-27 17:05:26 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-07-27 17:05:26 +0200 |
commit | a48102f84692af4484ae9ba3da65de68fd1c2e9c (patch) | |
tree | b54d3ee3a2ee475f6855cb56c3025012a1b0a4bd /src/scopes/_links.scss | |
parent | Add highlighted state to button (diff) | |
download | iro-design-a48102f84692af4484ae9ba3da65de68fd1c2e9c.tar.gz iro-design-a48102f84692af4484ae9ba3da65de68fd1c2e9c.tar.bz2 iro-design-a48102f84692af4484ae9ba3da65de68fd1c2e9c.zip |
Diffstat (limited to 'src/scopes/_links.scss')
-rw-r--r-- | src/scopes/_links.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scopes/_links.scss b/src/scopes/_links.scss index 4092633..4ff242c 100644 --- a/src/scopes/_links.scss +++ b/src/scopes/_links.scss | |||
@@ -18,7 +18,7 @@ | |||
18 | text-decoration: underline; | 18 | text-decoration: underline; |
19 | text-decoration-thickness: props.get(vars.$underline-width); | 19 | text-decoration-thickness: props.get(vars.$underline-width); |
20 | text-decoration-color: props.get(vars.$underline-color); | 20 | text-decoration-color: props.get(vars.$underline-color); |
21 | border-radius: props.get(vars.$rounding); | 21 | border-radius: props.get(vars.$rounding-sm); |
22 | box-decoration-break: clone; | 22 | box-decoration-break: clone; |
23 | 23 | ||
24 | &:hover { | 24 | &:hover { |