html, body css fix

This commit is contained in:
sefaria
2026-05-27 19:14:43 +02:00
parent 740198a939
commit 938b15b741
+7 -3
View File
@@ -191,14 +191,18 @@
-webkit-font-smoothing: antialiased;
}
html,
body {
margin: 0;
background: var(--color-background);
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
background: var(--color-background);
color: var(--color-text);
color: var(--color-text-primary);
font-family: "MD UI", Helvetica, sans;
font-style: normal;
font-weight: 400;