From fd88399ff73397687d97af5e57e4ef2978884407 Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Thu, 24 Feb 2022 02:34:38 +0500 Subject: [PATCH] :lipstick: Replaced .page class on html and .page__body on body --- assets/css/typography.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }