aboutsummaryrefslogtreecommitdiff
path: root/style/_header.scss
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-01-26 20:35:40 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-01-26 20:35:40 +0100
commit4701a97bb9b582f8b9dfb5a7852778d3a290ff02 (patch)
tree6356c93e29e242f41ede30846aeb482d90866c05 /style/_header.scss
parent1c02ee2f5136fd56bb480344af59e735974697ff (diff)
Tweak style changes
Signed-off-by: Noah Loomans <noahloomans@gmail.com>
Diffstat (limited to 'style/_header.scss')
-rw-r--r--style/_header.scss8
1 files changed, 4 insertions, 4 deletions
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 {