XMPP invitation landing page, without javascript
Added link hover, removed link decoration.
| -rw-r--r-- | stylesheets/styles.css | 9 |
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; +} |