From 3aec79cd174ea6dcc8b68df5a33442e196be1874 Mon Sep 17 00:00:00 2001 From: RhodeCode Admin Date: Thu, 24 Oct 2024 14:53:47 +0200 Subject: [PATCH] fix(styling): fixed white background for markdown block codes --- rhodecode/public/css/legacy_code_styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhodecode/public/css/legacy_code_styles.less b/rhodecode/public/css/legacy_code_styles.less index 8134be7e..0cb4e074 100644 --- a/rhodecode/public/css/legacy_code_styles.less +++ b/rhodecode/public/css/legacy_code_styles.less @@ -287,7 +287,7 @@ div.markdown-block #message { font-family: @text-monospace; font-size: 11px; .border-radius(@border-radius); - background-color: white; + background-color: transparent; color: @grey3; }