summaryrefslogtreecommitdiffstats
path: root/assets/css/components
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components')
-rw-r--r--assets/css/components/_footer.scss2
-rw-r--r--assets/css/components/_post-list.scss5
2 files changed, 6 insertions, 1 deletions
diff --git a/assets/css/components/_footer.scss b/assets/css/components/_footer.scss
index 3705b79..cc0e827 100644
--- a/assets/css/components/_footer.scss
+++ b/assets/css/components/_footer.scss
@@ -9,7 +9,9 @@
9 9
10 @include component(namespace()) { 10 @include component(namespace()) {
11 position: relative; 11 position: relative;
12 flex: 0 0 auto;
12 min-height: prop(--dims --outer, $global: true); 13 min-height: prop(--dims --outer, $global: true);
14 margin-top: auto;
13 overflow: hidden; 15 overflow: hidden;
14 background-color: prop(--colors --bg); 16 background-color: prop(--colors --bg);
15 color: prop(--colors --fg); 17 color: prop(--colors --fg);
diff --git a/assets/css/components/_post-list.scss b/assets/css/components/_post-list.scss
index 03b5e7a..ba4c5af 100644
--- a/assets/css/components/_post-list.scss
+++ b/assets/css/components/_post-list.scss
@@ -15,8 +15,11 @@
15 )); 15 ));
16 16
17 @include component(namespace()) { 17 @include component(namespace()) {
18 margin-top: $line-height * 2rem;
19
18 @include element('category-header') { 20 @include element('category-header') {
19 color: prop(--colors --cat --fg); 21 margin-top: $line-height * 2rem;
22 color: prop(--colors --cat --fg);
20 } 23 }
21 24
22 @include element('category-content') { 25 @include element('category-content') {