From e3ae6a174f73cd3722e3296d1173dd6560ad64ad Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Mon, 25 Mar 2024 12:32:47 +0100 Subject: [PATCH] fix(renderer-style): remove duplicated css styles Signed-off-by: Erik Michelson --- frontend/global-styles/github-markdown.scss | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/frontend/global-styles/github-markdown.scss b/frontend/global-styles/github-markdown.scss index 1d79fb4e3..64ceb4c71 100644 --- a/frontend/global-styles/github-markdown.scss +++ b/frontend/global-styles/github-markdown.scss @@ -1,5 +1,5 @@ /*! - * SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file) & Sindre Sorhus (https://sindresorhus.com) + * SPDX-FileCopyrightText: 2024 The HedgeDoc developers (see AUTHORS file) & Sindre Sorhus (https://sindresorhus.com) * * SPDX-License-Identifier: AGPL-3.0-only */ @@ -10,7 +10,6 @@ line-height: 1.5; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji; font-size: 16px; - line-height: 1.5; word-wrap: break-word; .octicon { @@ -89,7 +88,6 @@ } strong { - font-weight: inherit; font-weight: bolder; } @@ -593,19 +591,6 @@ border-bottom-color: #eee; } - kbd { - display: inline-block; - padding: 3px 5px; - font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; - line-height: 10px; - color: #444d56; - vertical-align: middle; - background-color: #fafbfc; - border: 1px solid #d1d5da; - border-radius: 3px; - box-shadow: inset 0 -1px 0 #d1d5da; - } - .markdown-body:after, .markdown-body:before { display: table;