summaryrefslogtreecommitdiff
path: root/src/css.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-19 16:47:24 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-19 16:47:24 +0100
commite4741d00aceb156cda445dfc827e7200fb53e945 (patch)
tree42bb654d5e513806baaeffccaa07032e2d3e722e /src/css.cc
parent94f2baf7660ac7b0baccbe79725a817ed877260f (diff)
switch default color for visited links to #800080 again
Diffstat (limited to 'src/css.cc')
-rw-r--r--src/css.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.cc b/src/css.cc
index f8522654..10dbc0f0 100644
--- a/src/css.cc
+++ b/src/css.cc
@@ -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}"