From: Alexander Ebert Date: Tue, 18 Aug 2020 17:54:44 +0000 (+0200) Subject: Use of explicit font weight `600` instead of `bold` X-Git-Tag: 5.3.0_Alpha_1~52 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c5222ca41335fe056ceb735b0edde259483bae0b;p=GitHub%2FWoltLab%2FWCF.git Use of explicit font weight `600` instead of `bold` --- diff --git a/wcfsetup/install/files/style/bbcode/code.scss b/wcfsetup/install/files/style/bbcode/code.scss index 13dafe1c5c..9487168780 100644 --- a/wcfsetup/install/files/style/bbcode/code.scss +++ b/wcfsetup/install/files/style/bbcode/code.scss @@ -213,7 +213,7 @@ https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javasc .token.important, .token.bold { - font-weight: bold; + font-weight: 600; } .token.italic { font-style: italic; @@ -222,4 +222,4 @@ https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javasc .token.entity { cursor: help; } - \ No newline at end of file + diff --git a/wcfsetup/install/files/style/ui/messageGroup.scss b/wcfsetup/install/files/style/ui/messageGroup.scss index cc9e14e351..ff2dd41aa6 100644 --- a/wcfsetup/install/files/style/ui/messageGroup.scss +++ b/wcfsetup/install/files/style/ui/messageGroup.scss @@ -218,7 +218,7 @@ .tabularListColumns.new, tr.new { // deprecated .columnSubject > h3 > .messageGroupLink { - font-weight: bold; + font-weight: 600; } } diff --git a/wcfsetup/install/files/style/ui/tabularBox.scss b/wcfsetup/install/files/style/ui/tabularBox.scss index 47941d0713..8f48a5dc57 100644 --- a/wcfsetup/install/files/style/ui/tabularBox.scss +++ b/wcfsetup/install/files/style/ui/tabularBox.scss @@ -212,7 +212,7 @@ } &.columnTitle { - font-weight: bold; + font-weight: 600; text-align: left; }