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;