tasks icon indicating copy to clipboard operation
tasks copied to clipboard

Text color is not respected

Open projetmbc opened this issue 1 year ago • 1 comments

Here is a MWE showing an unwanted setting of colors where the text color is not respected.

\documentclass{article}

\usepackage{tasks}

\usepackage{xcolor}
\pagecolor{gray}
\color{white}

\begin{document}

TEST

\begin{tasks}
    \task TEST
\end{tasks}

\end{document}

projetmbc avatar Dec 02 '24 22:12 projetmbc