diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-06 12:05:21 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-06 12:05:21 +0100 |
commit | 389cd5372e22f09bb8972baf6493fa13c3892367 (patch) | |
tree | 82641af93ac1c7bdcc01a3d8de3d1c61a1c6c82e /dillorc | |
parent | 404b32a8f5dc7b2a296f3a9b99081e1db9b99b84 (diff) |
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}
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -150,9 +150,6 @@ # If your eyes suffer with white backgrounds, change this. #allow_white_bg=YES -# Use the same colors with all documents? -#force_my_colors=NO - # When set to YES, the page author's visited link color may be overridden # to allow better contrast with text/links/background #contrast_visited_color=YES |