mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -04:00
fix: label color
This commit is contained in:
parent
5dfdb2cf20
commit
145eeb7d1f
10 changed files with 10 additions and 6 deletions
|
@ -137,6 +137,7 @@
|
|||
fieldset legend {
|
||||
display: block;
|
||||
margin-bottom: calc(var(#{$css-var-prefix}spacing) * 0.375);
|
||||
color: var(#{$css-var-prefix}color);
|
||||
font-weight: var(#{$css-var-prefix}form-label-font-weight, var(#{$css-var-prefix}font-weight));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue