Skip to content

Commit 11da463

Browse files
committed
Improve contrast between optional argument text and background
1 parent d4a879f commit 11da463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cheatsheets.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
}
150150

151151

152-
\newcommand{\optional}[1]{\textcolor{gray}{#1}}
152+
\newcommand{\optional}[1]{\textcolor[RGB]{78, 78, 78}{#1}}
153153
\newcommand{\mandatory}[1]{\textbf{#1}}
154154
\newcommand{\parameter}[2]{%
155155
\expandafter\ifstrequal\expandafter{#1}{optional}%

0 commit comments

Comments
 (0)