summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-06-18 20:52:24 +0000
committerDries Buytaert <dries@buytaert.net>2003-06-18 20:52:24 +0000
commit2f149c56e7ebb03987187867799dedad37f5e1fd (patch)
tree06a82acd25c7e5d6fc6d53f50e9b957a4ded5822
parent63fb132ec6f4347cc0c428736f2b8ddd05bb831f (diff)
downloadbrdo-2f149c56e7ebb03987187867799dedad37f5e1fd.tar.gz
brdo-2f149c56e7ebb03987187867799dedad37f5e1fd.tar.bz2
- Fixed some link colors. Patch by Kristjan.
-rw-r--r--themes/xtemplate/xtemplate.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css
index 250ef1cd3..ce692b33d 100644
--- a/themes/xtemplate/xtemplate.css
+++ b/themes/xtemplate/xtemplate.css
@@ -26,10 +26,10 @@ a {
font-weight: bold;
}
a:link {
- color: #369;
+ color: #39c;
}
a:visited {
- color: #000;
+ color: #369;
}
a:hover {
color: #39C;