From 2cda552e5444edb6b4b5842b7932e8fd0b3f15b0 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 12 May 2021 08:37:29 +0200 Subject: Design update --- assets/css/components/_post-list.scss | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'assets/css/components') diff --git a/assets/css/components/_post-list.scss b/assets/css/components/_post-list.scss index 764fe3f..5e9f520 100644 --- a/assets/css/components/_post-list.scss +++ b/assets/css/components/_post-list.scss @@ -5,8 +5,8 @@ --fg: prop(--colors --fg-lo, $global: true), ), --post: ( - --idle-fg: hsl(210, 90%, 72%), // hsl(354, 100%, 66%), - --visited-fg: hsl(270, 60%, 75%), // hsl(354, 50%, 66%), + --idle-fg: prop(--colors --fg-lo, $global: true), + --visited-fg: prop(--colors --fg, $global: true), --bg: prop(--colors --bg-lo, $global: true), --border: prop(--colors --obj-hi, $global: true), ), @@ -41,7 +41,7 @@ text-decoration: none; @include next-twin-element { - border-top: 1px solid prop(--colors --post --border); + margin-top: 2px; } &:visited { @@ -52,10 +52,9 @@ } @include element('post-title') { - margin-right: 1em; - color: prop(--colors --post --idle-fg); - font-size: 1 / 16 * 17em; - text-decoration: underline; + margin-right: 1em; + color: prop(--colors --post --idle-fg); + font-size: 1 / 16 * 17em; } @include element('post-date') { -- cgit v1.2.3-54-g00ecf