summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/styleengine.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index ea5bc533..f0f70bf6 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -342,7 +342,8 @@ void StyleEngine::apply (StyleAttrs *attrs, CssPropertyList *props) {
if (prefs.allow_white_bg || p->value.intVal != 0xffffff)
attrs->backgroundColor = Color::create(layout, p->value.intVal);
else
- attrs->backgroundColor = Color::create(layout, 0xdcd1ba);
+ //attrs->backgroundColor = Color::create(layout, 0xdcd1ba);
+ attrs->backgroundColor = Color::create(layout, 0xe0e0a3);
break;
case CSS_PROPERTY_BORDER_TOP_COLOR:
attrs->borderColor.top =