diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2008-10-12 16:21:35 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2008-10-12 16:21:35 +0200 |
commit | 470f77ec15fb8e08bb9831f481797ba161705a20 (patch) | |
tree | 7df5b4436ad18e1e26df4aadb62fff469af279a3 | |
parent | afacc6de257d29d3434c674eb40916ff46969bba (diff) | |
download | trivium-470f77ec15fb8e08bb9831f481797ba161705a20.tar.gz trivium-470f77ec15fb8e08bb9831f481797ba161705a20.tar.xz trivium-470f77ec15fb8e08bb9831f481797ba161705a20.zip |
Adjust visited link colors
-rw-r--r-- | data/style.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/data/style.css b/data/style.css index 5eacfc0..b735ad4 100644 --- a/data/style.css +++ b/data/style.css @@ -52,11 +52,7 @@ h2 abbr { } .entry-content a:visited { - color: #529E0A; -} - -.entry-content a:visited:hover { - text-decoration: none; + color: #396D08; } |