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/coreboot/landing_style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'userContent/reproducible/coreboot') diff --git a/userContent/reproducible/coreboot/landing_style.css b/userContent/reproducible/coreboot/landing_style.css index d85838b3..921898f1 100644 --- a/userContent/reproducible/coreboot/landing_style.css +++ b/userContent/reproducible/coreboot/landing_style.css @@ -79,7 +79,7 @@ body { } a { - color: #24890d; + color: #0088cc; text-decoration: none; } @@ -94,9 +94,14 @@ a:active { a:active, a:hover { - color: #41a62a; + color: #0088cc; +} + +a:visited { + color: green; } + h1, h2, h3, -- cgit v1.2.3-54-g00ecf