diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-19 16:47:24 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-19 16:47:24 +0100 |
commit | e4741d00aceb156cda445dfc827e7200fb53e945 (patch) | |
tree | 42bb654d5e513806baaeffccaa07032e2d3e722e /src/css.cc | |
parent | 94f2baf7660ac7b0baccbe79725a817ed877260f (diff) |
switch default color for visited links to #800080 again
Diffstat (limited to 'src/css.cc')
-rw-r--r-- | src/css.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -358,7 +358,7 @@ void CssContext::buildUserAgentStyle () { "center {text-align: center}" "dt {font-weight: bolder}" ":link {color: blue; text-decoration: underline; cursor: pointer}" - ":visited {color: green; text-decoration: underline; cursor: pointer}" + ":visited {color: #800080; text-decoration: underline; cursor: pointer}" "h1, h2, h3, h4, h5, h6, b, strong {font-weight: bolder}" "i, em, cite, address {font-style: italic}" "img:link, img:visited {border: 1px solid}" |