From b5f2474b68f875fbf54258f5f0bbd48a9f984734 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 13 Dec 2021 19:53:01 +0000 Subject: [PATCH] Neutralise/reset heading styles - make size/weight match regular text - remove the theming, as it will inherit this anyway from its surroundings/container; having the color explicitly defined here creates issues as it's more specific otherwise and overrides the local context --- src/popup/scss/base.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/popup/scss/base.scss b/src/popup/scss/base.scss index 17f1b28c7e6..42abe64c09f 100644 --- a/src/popup/scss/base.scss +++ b/src/popup/scss/base.scss @@ -43,10 +43,8 @@ body { h1, h2, h3, h4, h5, h6 { font-family: $font-family-sans-serif; - - @include themify($themes) { - color: themed('textColor'); - } + font-size: $font-size-base; + font-weight: normal; } p {