Fix the changes to the `font-weight` of headlines
authorAlexander Ebert <ebert@woltlab.com>
Tue, 22 Aug 2023 10:11:55 +0000 (12:11 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 22 Aug 2023 10:11:55 +0000 (12:11 +0200)
Effectively reverts 3bb8ef95b744a05a769ffe2a46e96d8674113a11

wcfsetup/install/files/style/bootstrap/mixin/font.scss
wcfsetup/install/files/style/layout/global.scss

index 7ab7cf97af0446a3ac5fc4fe3578a186662da868..7c798399f801679724dbb05d36f816a03250061a 100644 (file)
@@ -25,7 +25,7 @@
 }
 
 @mixin wcfFontHeadline {
-       font-weight: 600;
+       font-weight: 400;
        line-height: 1.28;
 
        @include screen-md-up {
index deb6d2962a58fa2591f54c0c14508f05bcd0768e..1fb6515fa907a4b38839a1aae78f0dd5e6e6bc81 100644 (file)
@@ -143,6 +143,8 @@ ol.nativeList {
 
        h3 {
                @include wcfFontHeadline;
+
+               font-weight: 600;
        }
 
        h1,