fix(styling): fixed white background for markdown block codes

This commit is contained in:
RhodeCode Admin 2024-10-24 14:53:47 +02:00
parent 7d196811c4
commit 3aec79cd17

View file

@ -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;
}