Use of explicit font weight `600` instead of `bold`
authorAlexander Ebert <ebert@woltlab.com>
Tue, 18 Aug 2020 17:54:44 +0000 (19:54 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 18 Aug 2020 17:54:44 +0000 (19:54 +0200)
wcfsetup/install/files/style/bbcode/code.scss
wcfsetup/install/files/style/ui/messageGroup.scss
wcfsetup/install/files/style/ui/tabularBox.scss

index 13dafe1c5c1f7195bd2f78cd189a94b873bfc34d..948716878036d05b53213cf8f268eebdea3135d6 100644 (file)
@@ -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
index cc9e14e35129828e28a52befc79429afa79ec1c6..ff2dd41aa63cb45b263146e8335e959da1a827d9 100644 (file)
        .tabularListColumns.new,
        tr.new { // deprecated
                .columnSubject > h3 > .messageGroupLink {
-                       font-weight: bold;
+                       font-weight: 600;
                }
        }
        
index 47941d07136c45b7f5434483fc852a0bba59e511..8f48a5dc57dc6267685589830204c07f52f295bb 100644 (file)
                }
                
                &.columnTitle {
-                       font-weight: bold;
+                       font-weight: 600;
                        text-align: left;
                }