From ec37fb176a370bc742f71948771966323b5985d6 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 27 Jan 2017 12:04:26 +0100 Subject: Add link to GitLab in footer Signed-off-by: Noah Loomans --- style/main.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'style') 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 { -- cgit v1.1