Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cheatsheets.tex
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
}


\newcommand{\optional}[1]{\textcolor{gray}{#1}}
Comment thread
QuLogic marked this conversation as resolved.
# 89, 89, 89 is the lightest colour that still gives a good contrast ratio with the white background
Comment thread
dstansby marked this conversation as resolved.
Outdated
\newcommand{\optional}[1]{\textcolor[RGB]{89, 89, 89}{#1}}
\newcommand{\mandatory}[1]{\textbf{#1}}
\newcommand{\parameter}[2]{%
\expandafter\ifstrequal\expandafter{#1}{optional}%
Expand Down
Loading