aboutsummaryrefslogtreecommitdiff
path: root/src/scss/components/_header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/components/_header.scss')
-rw-r--r--src/scss/components/_header.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/scss/components/_header.scss b/src/scss/components/_header.scss
index 0bf8635..0192252 100644
--- a/src/scss/components/_header.scss
+++ b/src/scss/components/_header.scss
@@ -2,6 +2,7 @@
2 top:0px; 2 top:0px;
3 position: sticky; 3 position: sticky;
4 width: 100%; 4 width: 100%;
5 background-color: $color-primary; 5 background-color: $color-grey-light;
6 color: $color-contrary; 6 border-bottom: solid 1px $color-grey;
7 //color: $color-contrary;
7} 8}