summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index c2ab6c9..7d0bac5 100644
--- a/style.css
+++ b/style.css
@@ -36,3 +36,15 @@ h1 {
 	line-height: 1.2;
 	font-size: 80%;
 }
+a:link {
+  color: cyan;
+}
+a:visited {
+  color: violet;
+}
+a:hover {
+  color: yellow;
+}
+a:active {
+  color: lime;
+}