about summary refs log tree commit diff
path: root/stylesheets/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/styles.css')
-rw-r--r--stylesheets/styles.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/stylesheets/styles.css b/stylesheets/styles.css
index a33d589..d5a861f 100644
--- a/stylesheets/styles.css
+++ b/stylesheets/styles.css
@@ -64,3 +64,12 @@ input, button {
     letter-spacing: .1px;
     text-rendering: optimizeLegibility;
 }
+
+a {
+text-decoration: none;
+}
+
+a:hover, a:focus {
+    color: #165d16;
+    text-decoration: underline;
+}