about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css
index 509a2b7..867a753 100644
--- a/static/style.css
+++ b/static/style.css
@@ -7,20 +7,20 @@
 
 
 a:link {
-    color:grey ;
+    color: #097DC9;
 }
 
 /* A link that has been visited */
 a:visited {
-    color: grey;
+    color: #097DC9;
 }
 
 /* A link that is hovered on */
 a:hover {
-    color: blue;
+    color: #097DC9;
 }
 
 /* A link that is selected */
 a:active {
-    color: blue;
+    color: #097DC9;
 }