From 01bdbed03bea0e5b50a6ea0855c6d2dda8dd5e35 Mon Sep 17 00:00:00 2001 From: Marc Kemper Date: Sun, 7 May 2017 16:28:25 +0000 Subject: [PATCH] Linkfarbe --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 3d33c7d..8514006 100644 --- a/style.css +++ b/style.css @@ -50,10 +50,10 @@ a:link{ text-decoration: none; } a:visited{ - color: gray; + color: white; } a:hover{ - color:red; + color:gray; }