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?

edited December 2011 in Vanilla 2.0 - 2.8

Since switching to Markdown, quoted text no longer shows up with a light blue background. Would I change that in the css somewhere?

http://www.vancouversouthsiders.ca/forum

Best Answer

  • Answer ✓

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

Answers

  • Answer ✓

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

Sign In or Register to comment.