From 4701a97bb9b582f8b9dfb5a7852778d3a290ff02 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 26 Jan 2017 20:35:40 +0100 Subject: Tweak style changes Signed-off-by: Noah Loomans --- style/_header.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'style/_header.scss') diff --git a/style/_header.scss b/style/_header.scss index a5a33d4..28e8100 100644 --- a/style/_header.scss +++ b/style/_header.scss @@ -18,13 +18,13 @@ header { border-image-repeat: round; border-width: 0 8px 0 0; margin-top: 32px; - width: 50%; + width: calc(50% + 4px); flex-grow: 1; } - } - a { - text-decoration: none; + a:hover { + background-color: inherit; + } } .logo { -- cgit v1.1