diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-01 10:00:01 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-01 10:00:01 +0530 |
commit | 4b975629983d8742e3129f7b3f13d246ad903d40 (patch) | |
tree | 3179dc71116da6ba18bbbc7c221361b62d4bbdd4 /src/components/Header/Header.css | |
parent | 45a3b94f133ebcd9abff2baf266d0b3f691d2790 (diff) |
using node-sass directly instead of using sassc
Diffstat (limited to 'src/components/Header/Header.css')
-rw-r--r-- | src/components/Header/Header.css | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/src/components/Header/Header.css b/src/components/Header/Header.css deleted file mode 100644 index 5dc483d..0000000 --- a/src/components/Header/Header.css +++ /dev/null @@ -1,45 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap"); -/* Experimental color scheme */ -/* light theme */ -/* -$defBG: #FFFFFF; -$altBG: lightgray; -$defFG: #000000; -$altFG: #232627; -$defLink: brown; -$altLink: brown; - -$defShadow: 0px 0px 4px #232627; -*/ -/* Inspired by Dracula */ -.header { - display: flex; - flex-direction: row; - flex-wrap: nowrap; - align-items: center; - justify-content: space-between; - position: static; - margin: 0 0 1.5rem 0; - padding: none; - width: 100%; - height: 5rem; - background-color: #383A59; - box-shadow: 0px 4px 4px #383A59; } - -.header div { - margin: auto 1rem; } - -nav a { - text-decoration: none; - padding: 0.3rem; - color: #F2F2F2; } - -.placeholder { - width: 5rem; - height: 3rem; } - -.inlineBlock { - display: inline-block; } - -p, h1, h2, h3, h4, h5, h6 { - color: #F2F2F2; } |