summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-11-10 23:10:11 +0100
committerhukl <contact@smyck.org>2009-11-10 23:10:11 +0100
commit17c0cbe9162613d4ad90c7eec49785c620f8f326 (patch)
tree9e88a8d344bd691a349c588aee281859f305ec11 /public/stylesheets
parent7e2375dedfd8361212bc5b0055bdeb042010ffca (diff)
re-enabled regular link hover color
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/ccc.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index c12ad8b..e4b8067 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -26,7 +26,7 @@ a:visited {
26} 26}
27 27
28a:hover { 28a:hover {
29 color: #535353; 29 color: #F8921E;
30} 30}
31 31
32pre { 32pre {