aboutsummaryrefslogtreecommitdiff
path: root/src/styles/header.scss
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-03-26 21:38:05 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-03-26 21:38:05 +0530
commitb34cdba24fe2c2b445adcb3cf7c3e65e79ff6fd0 (patch)
tree375b33f364354a9939098d61508c9a1c4589ec81 /src/styles/header.scss
parenta0b22d6aa60baa24225214667bc9171f83484f25 (diff)
first commit, doesn't do anything yet
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;
+}