From: Vincent Bernat Date: Sun, 13 Jan 2013 13:06:55 +0000 (+0100) Subject: web: fix white shadows X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1548b04a8a54d466515f3b8ad300e349039e1010;p=thirdparty%2Flldpd.git web: fix white shadows --- diff --git a/content/media/css/lldpd.2.article.less b/content/media/css/lldpd.2.article.less index 83c21ac9..e00274c0 100644 --- a/content/media/css/lldpd.2.article.less +++ b/content/media/css/lldpd.2.article.less @@ -28,7 +28,7 @@ article { font-weight: bold; page-break-after: avoid; page-break-inside: avoid; - text-shadow: white 0 1px 2px, white 1px 1px 1px; + text-shadow: #aaa 0 1px 2px, #aaa 1px 1px 1px; } header h1 { .font-size(2.625);