diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-27 21:24:54 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-27 21:24:54 +0530 |
commit | aef52169e3f0f9bde0e5f2dd21cbb316eaa34136 (patch) | |
tree | 0dde319375996da517814493defef1273400ad40 /src/styles/_themes.sass | |
parent | 10f7749d52df9a70e15a33cd76ba441f4b81a1a5 (diff) |
laid out some very basic components, the tile component still needs to be worked upon
Diffstat (limited to 'src/styles/_themes.sass')
-rw-r--r-- | src/styles/_themes.sass | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/styles/_themes.sass b/src/styles/_themes.sass deleted file mode 100644 index 66a16fc..0000000 --- a/src/styles/_themes.sass +++ /dev/null @@ -1,17 +0,0 @@ -@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; - |