From 2b3fcd382f7e2c0995eab023d70b48b71c231d1d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 18 Dec 2015 18:44:54 +0100 Subject: reproducible: use same link color for all projects --- userContent/reproducible/netbsd/global.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'userContent/reproducible/netbsd') diff --git a/userContent/reproducible/netbsd/global.css b/userContent/reproducible/netbsd/global.css index 4cc19217..4c9aa4d6 100644 --- a/userContent/reproducible/netbsd/global.css +++ b/userContent/reproducible/netbsd/global.css @@ -15,22 +15,22 @@ img { } a:link { - color: #b84e0d; + color: #0088cc; text-decoration: none; } a:hover { - color: #f26711; + color: #0088cc; text-decoration: underline; } a:visited { - color: #880000; + color: green; text-decoration: none; } a:visited:hover { - color: #f26711; + color: green; text-decoration: underline; } -- cgit v1.2.3-54-g00ecf