blob: 7549cfcbded821ca187747c393257c01d4618517 (
plain)
1
2
3
4
5
6
7
8
|
\usepackage {color}
\definecolor{Light}{gray}{.80}
\definecolor{Dark}{gray}{.20}
\colorbox{red}{Black text on red background}
\par\colorbox{Light}{%
\textcolor{Dark}{Light background}}
\par\colorbox{Dark}{%
\textcolor{white}{Dark background}}
|