From 5ac9b3db8c6246fea638f0a91bf4ecbcf603293d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 19 Dec 2015 02:13:55 +0100 Subject: reproducible openwrt: make visited link color work with darker backround --- userContent/reproducible/openwrt/cascade.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'userContent') diff --git a/userContent/reproducible/openwrt/cascade.css b/userContent/reproducible/openwrt/cascade.css index 3ed3d5ea..cc6bf78a 100644 --- a/userContent/reproducible/openwrt/cascade.css +++ b/userContent/reproducible/openwrt/cascade.css @@ -25,13 +25,13 @@ code { } a { - color:#0088cc; + color:#0022aa; } a:hover, a:focus, { - color:#0088cc; + color:#0022aa; } a:visited { - color:green; + color:#00aa33; } #header { -- cgit v1.2.3-54-g00ecf