From 389cd5372e22f09bb8972baf6493fa13c3892367 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Fri, 6 Mar 2009 12:05:21 +0100 Subject: remove force_my_colors dillorc option to get a similar behaviour add the !important directive to your color definitions in ~/.dillo/style.css, e.g: body {background-color: green !important} --- src/prefs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/prefs.h') diff --git a/src/prefs.h b/src/prefs.h index e7b88f2b..048ce6fc 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -32,7 +32,6 @@ struct _DilloPrefs { int32_t link_color; int32_t visited_color; bool_t allow_white_bg; - bool_t force_my_colors; bool_t contrast_visited_color; bool_t show_tooltip; int panel_size; -- cgit v1.2.3