From 897dad9a5e2feb85b7912a3420cdd6edd85f0d7f Mon Sep 17 00:00:00 2001 From: drg Date: Mon, 5 Aug 2024 21:57:28 +0200 Subject: [PATCH] Navbar improvement --- _includes/header.html | 2 +- _sass/_chaospott.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index d5e147c..46e649f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,4 @@ diff --git a/_sass/_chaospott.scss b/_sass/_chaospott.scss index b728cf7..44eea60 100644 --- a/_sass/_chaospott.scss +++ b/_sass/_chaospott.scss @@ -37,7 +37,7 @@ body { .navbar { background-color: $background-color; border: none; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/ .divider-vertical { height: 20px; margin: 14px 9px;