diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/components/_footer.scss | 14 |
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); |