From a48102f84692af4484ae9ba3da65de68fd1c2e9c Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 27 Jul 2025 17:05:26 +0200 Subject: Update --- src/_core.vars.scss | 2 +- src/scopes/_links.scss | 2 +- src/scopes/_links.vars.scss | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/_core.vars.scss b/src/_core.vars.scss index 19ebce2..8c0b74f 100644 --- a/src/_core.vars.scss +++ b/src/_core.vars.scss @@ -99,7 +99,7 @@ $shadow--l2--y: props.def(--shadow--l2--y, 5px) !default; $shadow--l2--blur: props.def(--shadow--l2--blur, 12px) !default; $shadow--l2--grow: props.def(--shadow--l2--grow, -4px) !default; -$rounding: props.def(--rounding, 8px) !default; +$rounding: props.def(--rounding, 12px) !default; $rounding--sm: props.def(--rounding--sm, 4px) !default; $key-focus--outline-width: props.def(--key-focus--outline-width, props.get($border-width--thick)) !default; 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 @@ text-decoration: underline; text-decoration-thickness: props.get(vars.$underline-width); text-decoration-color: props.get(vars.$underline-color); - border-radius: props.get(vars.$rounding); + border-radius: props.get(vars.$rounding-sm); box-decoration-break: clone; &:hover { diff --git a/src/scopes/_links.vars.scss b/src/scopes/_links.vars.scss index b976100..ac7815a 100644 --- a/src/scopes/_links.vars.scss +++ b/src/scopes/_links.vars.scss @@ -3,7 +3,8 @@ @use 'iro-sass/src/props'; @use '../core.vars' as core; -$rounding: props.def(--s-links--rounding, props.get(core.$rounding--sm)) !default; +$rounding: props.def(--s-links--rounding, props.get(core.$rounding)) !default; +$rounding-sm: props.def(--s-links--rounding-sm, props.get(core.$rounding--sm)) !default; $underline-width: props.def(--s-links--underline-width, props.get(core.$border-width--thin)) !default; $hover--underline-width: props.def(--s-links--hover--underline-width, props.get(core.$border-width--medium)) !default; -- cgit v1.2.3-70-g09d2