diff options
Diffstat (limited to 'src/scss/custom/_header.scss')
-rw-r--r-- | src/scss/custom/_header.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/scss/custom/_header.scss b/src/scss/custom/_header.scss index 1377035..5b1e012 100644 --- a/src/scss/custom/_header.scss +++ b/src/scss/custom/_header.scss @@ -17,7 +17,7 @@ label[for=navbar-toggle-cbox] { /* navigation */ .navbar { - background-color: #0c0f0f; + background-color: $footerheader; a { color: whitesmoke; } @@ -43,7 +43,7 @@ label[for=navbar-toggle-cbox] { color: #4a4a4a; background-color: transparent; &:hover { - color: #dd7325; + color: $slinks; } } } @@ -56,10 +56,10 @@ label[for=navbar-toggle-cbox] { color: whitesmoke; } .subtitle { - color: #dd7325; + color: $subtitle; } box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1); .hero { - background-color: #161c1c; + background-color: $card; } } |