diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-06 12:10:38 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-06 12:10:38 +0100 |
commit | 53336f25a66b8325e1f43d9ce5f23e6e1e6a7279 (patch) | |
tree | 4430fb0f2ae3e211bcbfe5d712339f7d5902f8bf /dillorc | |
parent | 389cd5372e22f09bb8972baf6493fa13c3892367 (diff) |
remove link_color dillorc option
To change the color of not visited links add a line like
:link {color: orange}
to your ~/.dillo/style.css file.
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -142,11 +142,6 @@ # COLORS SECTION #------------------------------------------------------------------------- -# Here we can use the HTML color names or C syntax. - -# Set the link color -#link_color=blue - # If your eyes suffer with white backgrounds, change this. #allow_white_bg=YES |