XMPP invitation landing page, without javascript
Added link hover, removed link decoration.
Martin Dosch 2017-12-21
parent 6a44368 · commit 00290eb
-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;
+}