mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 10:26:13 -04:00
Revert "Accessibility: root font-size in percent"
This reverts commit b45830626e
.
This commit is contained in:
parent
b45830626e
commit
c301cd09cf
21 changed files with 45 additions and 70 deletions
|
@ -11,7 +11,7 @@
|
|||
"Segoe UI Symbol", "Noto Color Emoji";
|
||||
--line-height: 1.5;
|
||||
--font-weight: 400;
|
||||
--font-size: 100%;
|
||||
--font-size: 16px;
|
||||
--border-radius: 0.25rem;
|
||||
--border-width: 1px;
|
||||
--outline-width: 3px;
|
||||
|
@ -27,22 +27,22 @@
|
|||
}
|
||||
@media (min-width: 576px) {
|
||||
:root {
|
||||
--font-size: 106.25%;
|
||||
--font-size: 17px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
:root {
|
||||
--font-size: 112.5%;
|
||||
--font-size: 18px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
:root {
|
||||
--font-size: 118.75%;
|
||||
--font-size: 19px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
:root {
|
||||
--font-size: 125%;
|
||||
--font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -117,10 +117,6 @@ dialog > article {
|
|||
}
|
||||
}
|
||||
|
||||
body {
|
||||
--font-size: 1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
--text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue