mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 19:26:14 -04:00
feat: set root font size to 100%
This commit is contained in:
parent
76fda2f6df
commit
8b4f1527b1
11 changed files with 37 additions and 44 deletions
|
@ -13,7 +13,7 @@
|
|||
"Noto Color Emoji";
|
||||
#{$✨}line-height: 1.5;
|
||||
#{$✨}font-weight: 400;
|
||||
#{$✨}font-size: 16px;
|
||||
#{$✨}font-size: 100%;
|
||||
#{$✨}text-underline-offset: 0.1rem;
|
||||
|
||||
// Responsive root font size
|
||||
|
@ -213,6 +213,11 @@
|
|||
#{$✨}font-size: 1.125rem;
|
||||
#{$✨}typography-spacing-top: 1.6875rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
#{$✨}font-size: 1rem;
|
||||
#{$✨}typography-spacing-top: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
// Table
|
||||
|
@ -226,7 +231,7 @@
|
|||
}
|
||||
|
||||
:not(thead, tfoot) > * > td {
|
||||
#{$✨}font-size: 0.875em;
|
||||
font-size: 0.875em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue