summaryrefslogtreecommitdiffstats
path: root/templates/layouts/list.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-06-14 12:12:02 +0200
committerVolpeon <git@volpeon.ink>2021-06-14 12:12:02 +0200
commit2741a01ba1bf85ddcabd658c092ee0681d8b1142 (patch)
tree8d90f664cc5a9e64077d2eb89ad86e7b76332f21 /templates/layouts/list.html
parentLower contrast for fg-hi in light mode (diff)
downloadvolpeon.ink-2741a01ba1bf85ddcabd658c092ee0681d8b1142.tar.gz
volpeon.ink-2741a01ba1bf85ddcabd658c092ee0681d8b1142.tar.bz2
volpeon.ink-2741a01ba1bf85ddcabd658c092ee0681d8b1142.zip
More distinctive appearance for unread posts
Diffstat (limited to 'templates/layouts/list.html')
-rw-r--r--templates/layouts/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/list.html b/templates/layouts/list.html
index 1c6398a..2d32357 100644
--- a/templates/layouts/list.html
+++ b/templates/layouts/list.html
@@ -10,7 +10,7 @@ $body$
10 <div class="c-post-list__category-content"> 10 <div class="c-post-list__category-content">
11 $if(show_dates)$ 11 $if(show_dates)$
12 $for(pages.desc_date)$ 12 $for(pages.desc_date)$
13 <a href="$it.url.rel$" class="c-post-list__post c-card"> 13 <a href="$it.url.rel$" class="c-post-list__post c-card c-card--mark-visited">
14 <div class="c-card__content"> 14 <div class="c-card__content">
15 $it.title$ 15 $it.title$
16 </div> 16 </div>
@@ -26,7 +26,7 @@ $body$
26 $endfor$ 26 $endfor$
27 $else$ 27 $else$
28 $for(pages.asc_title)$ 28 $for(pages.asc_title)$
29 <a href="$it.url.rel$" class="c-post-list__post c-card"> 29 <a href="$it.url.rel$" class="c-post-list__post c-card c-card--mark-visited">
30 <div class="c-card__content"> 30 <div class="c-card__content">
31 $it.title$ 31 $it.title$
32 </div> 32 </div>