From feea846c264f1ff0257be35bcd02d6c2ff0be1ad Mon Sep 17 00:00:00 2001 From: denis-tingaikin Date: Sun, 12 Jan 2025 04:13:46 +0300 Subject: [PATCH] qfix: do not use intalic for blockquotes Signed-off-by: denis-tingaikin --- packages/theme/styles/prose.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/theme/styles/prose.scss b/packages/theme/styles/prose.scss index 10f59a06d7a..50d063202c8 100644 --- a/packages/theme/styles/prose.scss +++ b/packages/theme/styles/prose.scss @@ -1,5 +1,5 @@ // -// Copyright © 2022, 2023 Hardcore Engineering Inc. +// Copyright © 2022, 2023, 2025 Hardcore Engineering Inc. // // Licensed under the Eclipse Public License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. You may @@ -372,9 +372,7 @@ table.proseTable { margin-inline: 1px 0; padding-left: 1.5em; padding-right: 1.5em; - font-style: italic; position: relative; - border-left: 3px solid var(--theme-text-primary-color); }