From 338edca407e5d2b4c294f03e1f9ac1a08c56a90c Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Wed, 21 Apr 2010 13:38:22 +0000 Subject: [PATCH] Defined a foreground color for text. Solves bug #20737. --- skins/vector/main-ltr.css | 1 + skins/vector/main-rtl.css | 1 + 2 files changed, 2 insertions(+) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index ae1e1224d3..1d8a5b6767 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -35,6 +35,7 @@ body { background-position: top left; background-repeat: repeat-y; background-color: white; + color: black; } /* Head */ #page-base { diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index cbcef2f2bf..b291ff900d 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -35,6 +35,7 @@ body { background-position: top right; background-repeat: repeat-y; background-color: white; + color: black; } /* Head */ #page-base { -- 2.20.1