From 739cfc34f76ec62b6a247fe69c24c934e3d4a4bc Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Wed, 28 Dec 2016 15:28:02 +0100 Subject: [PATCH] css: make link colors more readable on blue background --- hoa.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hoa.css b/hoa.css index d2eebcc..9c441bf 100644 --- a/hoa.css +++ b/hoa.css @@ -56,6 +56,9 @@ h2 { font-family: "Geo"; font-size: 220%; } +.main a:link, .main a:visited { + color: #fd60ea; +} #top { position: absolute; } -- GitLab