I used to use the details tag and I put them in a quote and it made the color pop
Normal details tag:
[details title="test"]
test text
[/details]
details tag in a quote
[details title="test"]
test text
[/details]
The code for the details tag in a quote looks liek this:
> [details title="test"]
>
> test text
>
> [/details]