From 86251b230e1c3b91c941ff1bbed25d9a5c8021a9 Mon Sep 17 00:00:00 2001 From: Volpeon <git@volpeon.ink> Date: Sat, 19 Jun 2021 20:08:15 +0200 Subject: Color adjustments, improved cards --- templates/layouts/list.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/layouts/list.html') diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 9fc6ebe..8794c07 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -10,7 +10,8 @@ $body$ <div class="c-post-list__category-content"> $if(show_dates)$ $for(pages.desc_date)$ - <a href="$it.url.rel$" class="c-post-list__post c-card c-card--mark-visited"> + <a href="$it.url.rel$" class="c-post-list__post c-card"> + <div class="c-card__block c-card__block--indicator"></div> <div class="c-card__block c-card__block--main"> $it.title$ </div> @@ -26,7 +27,8 @@ $body$ $endfor$ $else$ $for(pages.asc_title)$ - <a href="$it.url.rel$" class="c-post-list__post c-card c-card--mark-visited"> + <a href="$it.url.rel$" class="c-post-list__post c-card"> + <div class="c-card__block c-card__block--indicator"></div> <div class="c-card__block c-card__block--main"> $it.title$ </div> -- cgit v1.2.3-70-g09d2