Defined a foreground color for text. Solves bug #20737.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 21 Apr 2010 13:38:22 +0000 (13:38 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 21 Apr 2010 13:38:22 +0000 (13:38 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index ae1e122..1d8a5b6 100644 (file)
@@ -35,6 +35,7 @@ body {
        background-position: top left;
        background-repeat: repeat-y;
        background-color: white;
+       color: black;
 }
 /* Head */
 #page-base {
index cbcef2f..b291ff9 100644 (file)
@@ -35,6 +35,7 @@ body {
        background-position: top right;
        background-repeat: repeat-y;
        background-color: white;
+       color: black;
 }
 /* Head */
 #page-base {