From 4024b2653fab069567a8fb4a441781e0c13a8de7 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 12 May 2021 15:57:36 +0200 Subject: Design --- assets/css/components/_post-list.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'assets/css/components/_post-list.scss') diff --git a/assets/css/components/_post-list.scss b/assets/css/components/_post-list.scss index 9d4c956..bc41849 100644 --- a/assets/css/components/_post-list.scss +++ b/assets/css/components/_post-list.scss @@ -16,10 +16,7 @@ @include component(namespace()) { @include element('category-header') { - color: prop(--colors --cat --fg); - font-size: 1 / 16 * 14em; - letter-spacing: 1px; - text-transform: uppercase; + color: prop(--colors --cat --fg); @include next-element('post') { margin-top: $line-height * .5rem; @@ -47,7 +44,6 @@ @include element('post-title') { color: prop(--colors --post --idle-fg); - font-size: 1 / 16 * 17em; font-weight: normal; } -- cgit v1.2.3-54-g00ecf