From 938b15b7417887aa3bd170fd39074cd873cbed08 Mon Sep 17 00:00:00 2001 From: sefaria Date: Wed, 27 May 2026 19:14:43 +0200 Subject: [PATCH] html, body css fix --- css/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index d4f3b19..0706cc7 100644 --- a/css/style.css +++ b/css/style.css @@ -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;