##// END OF EJS Templates
fix(emails): fixed white background in email templates
super-admin -
r5585:06e00555 default
parent child Browse files
Show More
@@ -409,8 +409,17 b' text_monospace = "\'Menlo\', \'Liberation M'
409 409 -webkit-border-radius: 2px;
410 410 -moz-border-radius: 2px;
411 411 border-radius: 2px;
412 color: #7E7F7F
413 }
414
415 div.markdown-block code,
416 div.markdown-block pre {
417 background-color: transparent;
418 }
419
420 div.markdown-block #ws,
421 div.markdown-block #message {
412 422 background-color: #FFFFFF;
413 color: #7E7F7F
414 423 }
415 424
416 425 div.markdown-block code {
General Comments 0
You need to be logged in to leave comments. Login now