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