From c84467fb159e7d7f6f5626cd6c02a5f4d1a06c6d Mon Sep 17 00:00:00 2001 From: poni Date: Mon, 21 Dec 2020 20:54:48 +0100 Subject: [PATCH] fixed credits colors --- PRACTICAL_VISION/printing/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/PRACTICAL_VISION/printing/style.css b/PRACTICAL_VISION/printing/style.css index 9e8e804..87478d3 100644 --- a/PRACTICAL_VISION/printing/style.css +++ b/PRACTICAL_VISION/printing/style.css @@ -208,9 +208,6 @@ li{ color: var(--purple); } -.credit span,a{ - color: var(--green); -} p2{ color: var(--green); @@ -414,6 +411,11 @@ button{ color: var(--purple); } +.credit span,a{ + color: var(--green); +} + + @media only screen and (max-width: 600px) { .row{ margin: 15% 0