aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/posts-list.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/layout/posts-list.module.scss')
-rw-r--r--src/components/organisms/layout/posts-list.module.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/organisms/layout/posts-list.module.scss b/src/components/organisms/layout/posts-list.module.scss
index 8021b2b..a006914 100644
--- a/src/components/organisms/layout/posts-list.module.scss
+++ b/src/components/organisms/layout/posts-list.module.scss
@@ -23,6 +23,17 @@
}
.year {
+ padding-bottom: fun.convert-px(3);
+ background: linear-gradient(
+ to top,
+ var(--color-primary-dark) 0.3rem,
+ transparent 0.3rem
+ )
+ 0 0 / 3rem 100% no-repeat;
+ font-size: var(--font-size-2xl);
+ font-weight: 500;
+ text-shadow: fun.convert-px(1) fun.convert-px(1) 0 var(--color-shadow-light);
+
@include mix.media("screen") {
@include mix.dimensions("md") {
grid-column: 1;