1
0
Fork 0

💄 Replaced .page class on html and .page__body on body

This commit is contained in:
Maxim Lebedev 2022-02-24 02:34:38 +05:00
parent 9cb50eaf53
commit fd88399ff7
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}