From 6279068a93b400dac568b19f03e7dd9f07f512df Mon Sep 17 00:00:00 2001 From: yfantse Date: Tue, 14 May 2024 14:41:20 +0300 Subject: [PATCH] cosmetic changes in the header --- src/css/header.css | 13 +++++++++++++ src/partials/header.hbs | 36 ++++++++++++++++++------------------ 2 files changed, 31 insertions(+), 18 deletions(-) diff --git a/src/css/header.css b/src/css/header.css index dbd6e5a..6a74353 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -14,6 +14,18 @@ html.is-clipped--navbar { padding-top: var(--navbar-height); } */ +.navbar-scrollable { + background: var(--navbar-background); + color: var(--navbar-font-color); + font-size: calc(16 / var(--rem-base) * 1rem); + height: calc(var(--navbar-height) / 2); + top: var(--globan-height); + width: 100%; + z-index: var(--z-index-navbar); + display: flex; + flex-direction: column; +} + .navbar { background: var(--navbar-background); color: var(--navbar-font-color); @@ -24,6 +36,7 @@ html.is-clipped--navbar { z-index: var(--z-index-navbar); display: flex; flex-direction: column; + border-bottom: 6px solid var(--color-OP-green); } .navbar a { diff --git a/src/partials/header.hbs b/src/partials/header.hbs index cbb88ee..76930db 100644 --- a/src/partials/header.hbs +++ b/src/partials/header.hbs @@ -1,36 +1,36 @@ - {{>header-scripts}} -
- -
+ -
- +
\ No newline at end of file