From e8918511b8dca8c8b8b4728e265aff2a5e329518 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 6 Jun 2021 15:33:40 +0200 Subject: Added 2 old dreams to the dream journal --- assets/css/components/_post-list.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'assets/css/components') diff --git a/assets/css/components/_post-list.scss b/assets/css/components/_post-list.scss index ba4c5af..7ca8183 100644 --- a/assets/css/components/_post-list.scss +++ b/assets/css/components/_post-list.scss @@ -20,6 +20,15 @@ @include element('category-header') { margin-top: $line-height * 2rem; color: prop(--colors --cat --fg); + + :link, + :visited { + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } } @include element('category-content') { -- cgit v1.2.3-54-g00ecf