aboutsummaryrefslogtreecommitdiff
path: root/sass/_navbar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/_navbar.scss')
-rw-r--r--sass/_navbar.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/sass/_navbar.scss b/sass/_navbar.scss
index a6ccb38..60e2b75 100644
--- a/sass/_navbar.scss
+++ b/sass/_navbar.scss
@@ -1,9 +1,11 @@
header {
- background-color: $color-header;
- box-shadow: 0 5px 5px $color-header;
+ background-color: $color-bg;
+ border-bottom: 1px solid $color-header;
+ box-shadow: 0 5px 5px $color-bg;
left: 0;
line-height: 3.5em;
- position: absolute;
+ opacity: .975;
+ position: fixed;
right: 0;
top: 0;
}