diff --git a/assets/css/typography.css b/assets/css/typography.css index e3a7add..a3061a8 100644 --- a/assets/css/typography.css +++ b/assets/css/typography.css @@ -94,7 +94,7 @@ table { border-collapse: collapse; } -.page { +html { color: var(--color); font-display: optional; font-family: system-ui, @@ -110,7 +110,7 @@ table { font-size: calc(1rem + 0.333vw); } -.page__body { +body { line-height: var(--line-height); text-rendering: optimizeSpeed; }