Open amkige opened 6 months ago
Links don't respect --pico-text-underline-offset variable
--pico-text-underline-offset
Links have a fixed value of 0.125em for text-underline-offset.
0.125em
text-underline-offset
text-underline-offset value should be var(--pico-text-underline-offset).
var(--pico-text-underline-offset)
https://codepen.io/amkig/pen/ExJzyBv?editors=1100
N/A
Describe the issue
Links don't respect
--pico-text-underline-offset
variableCurrent Behavior
Links have a fixed value of
0.125em
fortext-underline-offset
.Expected Behavior
text-underline-offset
value should bevar(--pico-text-underline-offset)
.Reproduction URL
https://codepen.io/amkig/pen/ExJzyBv?editors=1100
Environment
N/A