mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 19:26:14 -04:00
Small fixes
- Lighter <mark> - Better <hgroup> - Edit hover for [type="range"] - button.outline border-width dynamization - Fix font-family for headings
This commit is contained in:
parent
2c9d79f361
commit
c89db4ec2d
15 changed files with 113 additions and 47 deletions
|
@ -141,6 +141,7 @@ h5,
|
|||
h6 {
|
||||
margin-top: 0;
|
||||
margin-bottom: var(--spacing-typography);
|
||||
font-family: var(--titles-font);
|
||||
font-weight: var(--titles-weight);
|
||||
}
|
||||
|
||||
|
@ -226,6 +227,7 @@ hgroup {
|
|||
|
||||
> *:last-child {
|
||||
color: var(--muted-text);
|
||||
font-family: unset;
|
||||
font-size: 1.125rem;
|
||||
font-weight: unset;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue