Skip to content

Commit

Permalink
Merge pull request #1364 from kmuto/jlreq-cmd
Browse files Browse the repository at this point in the history
use coltext=white instead of \color
  • Loading branch information
kmuto authored Aug 14, 2019
2 parents b4c3da9 + 4b080cf commit 3e025de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/latex/review-jlreq/review-base.sty
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
{\end{alltt}\end{tcolorbox}}

\newenvironment{reviewcmd}{%
\begin{tcolorbox}[skin=enhanced jigsaw,breakable,colback=black!99,colframe=black!99,boxrule=0mm,arc=0mm]\begin{alltt}\begingroup\color{white}\ignorespaces}%
{\endgroup\end{alltt}\end{tcolorbox}}
\begin{tcolorbox}[skin=enhanced jigsaw,breakable,colback=black!99,coltext=white,colframe=black!99,boxrule=0mm,arc=0mm]\begin{alltt}}%
{\end{alltt}\end{tcolorbox}}

%
\newenvironment{reviewimage}{%
Expand Down

0 comments on commit 3e025de

Please sign in to comment.