diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-06 11:59:18 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-06 11:59:18 +0100 |
commit | 404b32a8f5dc7b2a296f3a9b99081e1db9b99b84 (patch) | |
tree | 74af469b40e789adfdb6ca53095dc86505f5c874 /dillorc | |
parent | e151a3613a78862486f239dd7268a4811a83a799 (diff) |
remove text_color dillorc option
To change the default text color add a line like
body {color: yellow}
to your ~/.dillo/style.css file.
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -144,9 +144,6 @@ # Here we can use the HTML color names or C syntax. -# Set the text color -#text_color=black - # Set the link color #link_color=blue |