aboutsummaryrefslogtreecommitdiff
path: root/src/styles/header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/header.scss')
-rw-r--r--src/styles/header.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/header.scss b/src/styles/header.scss
new file mode 100644
index 0000000..5071b5e
--- /dev/null
+++ b/src/styles/header.scss
@@ -0,0 +1,5 @@
+$bgColor: lightgray;
+
+#header {
+ background-color: $bgColor;
+}