aboutsummaryrefslogtreecommitdiff
path: root/style/_header.scss
diff options
context:
space:
mode:
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 {