aboutsummaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-01-27 12:04:26 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-01-27 12:04:26 +0100
commitec37fb176a370bc742f71948771966323b5985d6 (patch)
tree553e1c63816bc10e0ec2743fad5c6f4abd515dbe /style
parent9de298f0a2aa781c008e8268f97b95d7f5819335 (diff)
Add link to GitLab in footer
Signed-off-by: Noah Loomans <noahloomans@gmail.com>
Diffstat (limited to 'style')
-rw-r--r--style/main.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/style/main.scss b/style/main.scss
index a261178..ad36906 100644
--- a/style/main.scss
+++ b/style/main.scss
@@ -38,6 +38,14 @@ footer {
font-style: italic;
padding-top: 16px;
padding-bottom: 16px;
+
+ a {
+ color: inherit;
+ &:hover, &:focus {
+ background-color: inherit;
+ text-decoration: underline;
+ }
+ }
}
a {