From d6e1af313744b24cd1987f8d499fac5c3aaff724 Mon Sep 17 00:00:00 2001 From: poni Date: Mon, 21 Dec 2020 20:54:03 +0100 Subject: [PATCH] fixed credits colors --- PRACTICAL_VISION/printing/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRACTICAL_VISION/printing/style.css b/PRACTICAL_VISION/printing/style.css index 7b9689e..9e8e804 100644 --- a/PRACTICAL_VISION/printing/style.css +++ b/PRACTICAL_VISION/printing/style.css @@ -208,7 +208,7 @@ li{ color: var(--purple); } -.credit span{ +.credit span,a{ color: var(--green); }