LaTeX newbie here.
I need to set background color for all my \subsection
titles. Whole line should change color, not only the part of it with text.
This does work:
\subsection{\colorbox{Gray}{Title}}
But it does not color whole line. Also I'd like to configure it in a single place for all \subsections
.
My google-fu is failing me. Any suggestions on how to do what I want?