diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-27 19:37:21 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-27 19:37:21 +0530 |
commit | 10f7749d52df9a70e15a33cd76ba441f4b81a1a5 (patch) | |
tree | 153cf3f39f9573c23744333a5d6cc678ba514b61 /src/styles/_themes.sass | |
parent | b34cdba24fe2c2b445adcb3cf7c3e65e79ff6fd0 (diff) |
rendered a simple non-functional menu/navbar
Diffstat (limited to 'src/styles/_themes.sass')
-rw-r--r-- | src/styles/_themes.sass | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/styles/_themes.sass b/src/styles/_themes.sass new file mode 100644 index 0000000..66a16fc --- /dev/null +++ b/src/styles/_themes.sass @@ -0,0 +1,17 @@ +@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap'); + +/* Experimental color scheme */ +$defBG: #FFFFFF; +$altBG: lightgray; +$defFG: #000000; +$altFG: #232627; +$defLink: brown; +$altLink: brown; + +$defShadow: 2px 0px 4px #232627; + +$bodyPadding: 0; +$bodyMargin: 0; + +$defFont: 'Quicksand', sans-serif; + |