diff options
-rw-r--r-- | themes/garland/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css index 8765a0a70..6a53434f3 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -14,11 +14,13 @@ body { input { font: 1em/100% Verdana, sans-serif; color: #494949; + background-color: #fff; } textarea, select { font: 1em/160% Verdana, sans-serif; color: #494949; + background-color: #fff; } h1, h2, h3, h4, h5, h6 { |