mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
Fix ul font-size
+ Clean rebuild
This commit is contained in:
parent
cc164857b9
commit
ed31173735
10 changed files with 17 additions and 16 deletions
|
@ -577,7 +577,8 @@ ul {
|
|||
margin-top: 0;
|
||||
margin-bottom: var(--typography-spacing-vertical);
|
||||
color: var(--color);
|
||||
font-size: 1rem;
|
||||
font-size: var(--font-size);
|
||||
font-weight: var(--font-weight);
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
@ -1506,7 +1507,7 @@ code,
|
|||
kbd,
|
||||
samp {
|
||||
font-family: var(--font-family);
|
||||
font-size: .875rem;
|
||||
font-size: .875em;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue