From c5222ca41335fe056ceb735b0edde259483bae0b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 18 Aug 2020 19:54:44 +0200 Subject: [PATCH] Use of explicit font weight `600` instead of `bold` --- wcfsetup/install/files/style/bbcode/code.scss | 4 ++-- wcfsetup/install/files/style/ui/messageGroup.scss | 2 +- wcfsetup/install/files/style/ui/tabularBox.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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; } -- 2.20.1