From 2fc1f4b954933f011252479c9eec90ba6334bf6d Mon Sep 17 00:00:00 2001 From: dartcafe Date: Thu, 15 Sep 2022 08:12:59 +0200 Subject: [PATCH] scss and compile Signed-off-by: dartcafe --- core/css/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index ca4079881ee..ad642dbc728 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -16,7 +16,7 @@ @use 'sass:math'; @use 'variables'; -html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { +html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section, main { margin: 0; padding: 0; border: 0; -- 2.39.5