From 019b582f411c16dfb87dad65f5de3054cf475fed Mon Sep 17 00:00:00 2001 From: ugrnm Date: Tue, 11 Dec 2018 21:40:50 +0100 Subject: [PATCH] white links --- 07/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/07/style.css b/07/style.css index 5fa7106..0b7ad9f 100644 --- a/07/style.css +++ b/07/style.css @@ -74,3 +74,7 @@ main p { opacity: 0; } } + +a, a:active, a:visited { + color: #ffffff; +}