picocss / pico

Minimal CSS Framework for semantic HTML
https://picocss.com
MIT License
13.82k stars 406 forks source link

Links don't respect `--pico-text-underline-offset` variable #531

Open amkige opened 6 months ago

amkige commented 6 months ago

Describe the issue

Links don't respect --pico-text-underline-offset variable

Current Behavior

Links have a fixed value of 0.125em for text-underline-offset.

Expected Behavior

text-underline-offset value should be var(--pico-text-underline-offset).

Reproduction URL

https://codepen.io/amkig/pen/ExJzyBv?editors=1100

Environment

N/A