Fixed that h4 and h3 have the same `font-size`.
authorCyperghost <olaf_schmitz_1@t-online.de>
Mon, 6 May 2024 08:32:44 +0000 (10:32 +0200)
committerCyperghost <olaf_schmitz_1@t-online.de>
Mon, 6 May 2024 08:32:44 +0000 (10:32 +0200)
See https://www.woltlab.com/community/thread/306123-formatierung-für-überschrift-2-und-überschrift-3-sind-gleich-groß/

wcfsetup/install/files/style/layout/global.scss

index 9280b5a23e41e8f3c379f86df7438c884c39f11d..53a5e5d87ff015bd97ca9d8f800e81ab4ba8f9a3 100644 (file)
@@ -154,8 +154,6 @@ ol.nativeList {
        }
 
        h4 {
-               @include wcfFontHeadline;
-
                font-weight: 600;
        }