about summary refs log tree commit diff
path: root/stylesheets/styles.css
diff options
context:
space:
mode:
authorMartin Dosch <spam-git@mdosch.de>2017-11-30 20:36:37 +0100
committerGeorg Lukas <georg@op-co.de>2017-12-21 12:55:21 +0100
commit00290eb90c65de9b989b3b5badd858a672cb843d (patch)
tree5d5d61acde652eeec731b0d9570a049e7c215b7c /stylesheets/styles.css
parent6a443681f57c9bc98aaac5f7c78062c5ff45c99b (diff)
downloadphp-xmpp-invitation-00290eb90c65de9b989b3b5badd858a672cb843d.tar.gz
Added link hover, removed link decoration.
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;
+}