From c0bb0b2e3eea2b1057798b4d2dd24bfd7ce3db49 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 11 Nov 2021 19:01:43 +0100 Subject: Footer doesn't need bg anymore --- assets/css/components/_footer.scss | 14 ++++++-------- 1 file 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 @@ @include store(( --colors: ( --fg: prop(--colors --obj, $global: true), - --bg: prop(--colors --bg, $global: true), --ground: prop(--colors --obj, $global: true), ) )); @include component(namespace()) { - position: relative; - margin-top: auto; - overflow: hidden; - background-color: prop(--colors --bg); - color: prop(--colors --fg); - font-family: $font-fam--mono; - line-height: 1.4; + position: relative; + margin-top: auto; + overflow: hidden; + color: prop(--colors --fg); + font-family: $font-fam--mono; + line-height: 1.4; &::after { content: str-repeat('░', 400); -- cgit v1.2.3-54-g00ecf