Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Change the background colour of quoted text?
Chris_Withers
New
Since switching to Markdown, quoted text no longer shows up with a light blue background. Would I change that in the css somewhere?
0
Best Answer
-
Chris_Withers New
Found it. Add to custom.css and change to your heart's content:
blockquote { padding: 1ex 16px; margin: 1em 0; background: rgba(145, 218, 255, .3); }
0
Answers
Found it. Add to custom.css and change to your heart's content:
blockquote { padding: 1ex 16px; margin: 1em 0; background: rgba(145, 218, 255, .3); }