summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.css b/main.css
index da92bb6..930dc98 100644
--- a/main.css
+++ b/main.css
@@ -26,6 +26,10 @@ a {
color: #3333BB;
text-decoration: underline;
}
+a:visited {
+ color: #6666EE;
+ text-decoration: underline;
+}
a:hover {
color: #111188;
text-decoration: underline;