Removed cursive font in quotes
authorSascha Greuel <github@1-2.dev>
Sun, 17 Apr 2022 13:27:45 +0000 (15:27 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Apr 2022 13:27:45 +0000 (15:27 +0200)
See https://www.woltlab.com/community/thread/295216-kursivschrift-in-zitaten-entfernen

wcfsetup/install/files/style/bbcode/quote.scss

index 14ee632509b26aef49607707f87bb660ae6c2b6b..434c2f5a2a751cb2d4f8520bfa96ba02862dd334 100644 (file)
@@ -5,7 +5,7 @@ woltlab-quote,
        border-radius: 2px;
        clear: both;
        display: block;
-       font-style: italic;
+       font-style: normal;
        margin: 1em 0;
        overflow: hidden;
 
@@ -22,11 +22,6 @@ woltlab-quote,
                }
        }
 
-       kbd,
-       .codeBoxCode {
-               font-style: normal;
-       }
-
        @include screen-md-up {
                padding: 20px;
        }