summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-11 19:01:43 +0100
committerVolpeon <git@volpeon.ink>2021-11-11 19:01:43 +0100
commitc0bb0b2e3eea2b1057798b4d2dd24bfd7ce3db49 (patch)
tree582725dc48f539bb51663aabc714c76fd3b56494 /assets
parentUpdate graph icon (diff)
downloadvolpeon.ink-c0bb0b2e3eea2b1057798b4d2dd24bfd7ce3db49.tar.gz
volpeon.ink-c0bb0b2e3eea2b1057798b4d2dd24bfd7ce3db49.tar.bz2
volpeon.ink-c0bb0b2e3eea2b1057798b4d2dd24bfd7ce3db49.zip
Footer doesn't need bg anymore
Diffstat (limited to 'assets')
-rw-r--r--assets/css/components/_footer.scss14
1 files changed, 6 insertions, 8 deletions
diff --git a/assets/css/components/_footer.scss b/assets/css/components/_footer.scss
index f4e6040..0a8d076 100644
--- a/assets/css/components/_footer.scss
+++ b/assets/css/components/_footer.scss
@@ -2,19 +2,17 @@
2 @include store(( 2 @include store((
3 --colors: ( 3 --colors: (
4 --fg: prop(--colors --obj, $global: true), 4 --fg: prop(--colors --obj, $global: true),
5 --bg: prop(--colors --bg, $global: true),
6 --ground: prop(--colors --obj, $global: true), 5 --ground: prop(--colors --obj, $global: true),
7 ) 6 )
8 )); 7 ));
9 8
10 @include component(namespace()) { 9 @include component(namespace()) {
11 position: relative; 10 position: relative;
12 margin-top: auto; 11 margin-top: auto;
13 overflow: hidden; 12 overflow: hidden;
14 background-color: prop(--colors --bg); 13 color: prop(--colors --fg);
15 color: prop(--colors --fg); 14 font-family: $font-fam--mono;
16 font-family: $font-fam--mono; 15 line-height: 1.4;
17 line-height: 1.4;
18 16
19 &::after { 17 &::after {
20 content: str-repeat('░', 400); 18 content: str-repeat('░', 400);