From 4dc91c6ebfd79165330a85e27141508a8b5ee654 Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Mon, 28 Nov 2022 11:52:19 +0100 Subject: [PATCH] Use less specific html selector to not override user CSS (#2218) --- sass/_root-vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_root-vars.scss b/sass/_root-vars.scss index fe485a8f9..6eaeaa302 100644 --- a/sass/_root-vars.scss +++ b/sass/_root-vars.scss @@ -53,7 +53,7 @@ } /*! rest */ -:root { +html { font-size: prop(font-size); body { overscroll-behavior: none;