##// END OF EJS Templates
fix(styling): fixed white background for markdown block codes
super-admin -
r5583:246ca379 default
parent child Browse files
Show More
@@ -287,7 +287,7 b' div.markdown-block #message {'
287 font-family: @text-monospace;
287 font-family: @text-monospace;
288 font-size: 11px;
288 font-size: 11px;
289 .border-radius(@border-radius);
289 .border-radius(@border-radius);
290 background-color: white;
290 background-color: transparent;
291 color: @grey3;
291 color: @grey3;
292 }
292 }
293
293
General Comments 0
You need to be logged in to leave comments. Login now