diff options
author | Volpeon <git@volpeon.ink> | 2021-05-19 19:23:51 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-05-19 19:23:51 +0200 |
commit | 9848ce0968b72bd5c872004a03984d5b022dd5ca (patch) | |
tree | ba6b38ee7e258108f9aade6da09d77dcc983bf53 /templates/layouts/categorized_list.html | |
parent | Design (diff) | |
download | volpeon.ink-9848ce0968b72bd5c872004a03984d5b022dd5ca.tar.gz volpeon.ink-9848ce0968b72bd5c872004a03984d5b022dd5ca.tar.bz2 volpeon.ink-9848ce0968b72bd5c872004a03984d5b022dd5ca.zip |
Better link colors
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r-- | templates/layouts/categorized_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 1101e27..898c011 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -18,7 +18,7 @@ $body$ | |||
18 | $it.title$ | 18 | $it.title$ |
19 | </div> | 19 | </div> |
20 | $if(it.category.show_date)$ | 20 | $if(it.category.show_date)$ |
21 | <time datetime="$it.date.yyyy_mm_dd$" class="c-card__content u-flex-shrink-0"> | 21 | <time datetime="$it.date.yyyy_mm_dd$" class="c-card__content u-fs0"> |
22 | <small class="u-dn@sm-hi"> | 22 | <small class="u-dn@sm-hi"> |
23 | $it.date.short$ | 23 | $it.date.short$ |
24 | </small> | 24 | </small> |