From 1548b04a8a54d466515f3b8ad300e349039e1010 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 13 Jan 2013 14:06:55 +0100 Subject: [PATCH] web: fix white shadows --- content/media/css/lldpd.2.article.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5