summaryrefslogtreecommitdiff
path: root/src/web/styles/theme/_navbar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/styles/theme/_navbar.scss')
-rw-r--r--src/web/styles/theme/_navbar.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/web/styles/theme/_navbar.scss b/src/web/styles/theme/_navbar.scss
new file mode 100644
index 0000000..1f01882
--- /dev/null
+++ b/src/web/styles/theme/_navbar.scss
@@ -0,0 +1,10 @@
+// color definitions
+$navbarBackgroundColor: $defBackgroundColor;
+// $navbarForegroundColor: #bbf2c0;
+$navbarForegroundColor: #EDEDED;
+
+// $navbarShadow: 0 0.5em 1em $navbarBackgroundColor;
+$navbarShadow: none;
+
+// size definitions
+$navbarHeight: 3rem;