Remove the deprecated fehler module from color; adjust gray values

(from dev 3b91484c1049)
This commit is contained in:
2026-07-31 19:45:31 +02:00
parent 55e1a1f3ac
commit 55a99c7eeb
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
\usepackage[table]{xcolor}
\definecolor{Gray}{gray}{.85}
\definecolor{LightGray}{gray}{.95}
\definecolor{Gray}{gray}{.7}
\definecolor{LightGray}{gray}{.9}
\definecolor{White}{gray}{1}
\definecolor{Red}{rgb}{1,0,0}
\definecolor{Darkred}{rgb}{.5,0,0}