summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 0e49e8a..0bd1818 100644
--- a/index.html
+++ b/index.html
@@ -17,10 +17,10 @@ body {
h1, h2, h3 {
line-height: 1.2
}
-a:link { color: blue; }
-a:visited { color: blue; }
-a:hover { color: blue; }
-a:active { color: blue; }
+a:link { color: #3273dc; text-decoration: none; }
+a:visited { color: #3273dc; }
+a:hover { text-decoration: underline }
+a:active { color: #3273dc; }
.center {
text-align: center
}