Typography: Remove explicit font-size from <p> and <pre>

Rely on <body> for font-size.
This commit is contained in:
Eryn Wells 2024-07-25 13:14:04 -07:00
parent f705d612ed
commit c1456a6ee2

View file

@ -74,10 +74,6 @@ p {
letter-spacing: 0.01em;
}
p, pre {
font-size: var(--text-m);
}
sup {
font-size: var(--text-xs);
line-height: 1;