Browse Source

fix: Styling removed

Vaclav Elias 1 month ago
parent
commit
3c5a3fdf03
1 changed files with 0 additions and 6 deletions
  1. 0 6
      en/template/public/main.css

+ 0 - 6
en/template/public/main.css

@@ -50,14 +50,8 @@ blockquote {
     border-color: var(--stride-red-web);
     background: #f4f4f4;
     padding: 9px .8em 1px 0.8em;
-    font-style: italic;
-    /*line-height: 27px;*/
 }
 
-    blockquote p:last-child {
-        font-style: normal;
-    }
-
 [data-bs-theme=dark] blockquote {
     border-color: var(--stride-red-web);
     background: #33383c;