From b7fd6d2d941e40e99ad9ac0cb5572a529cf9cb64 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 13 Jul 2020 15:46:50 +0200 Subject: Show feed name inside the article (#3081) * Show feed name inside the article #fix https://github.com/FreshRSS/FreshRSS/issues/3079 * Normal view add date in subtitle #fix https://github.com/FreshRSS/FreshRSS/issues/3079#issuecomment-650109551 --- p/themes/Ansum/ansum.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/themes/Ansum/ansum.css') diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 92457f4e2..565e1edb5 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -1226,7 +1226,7 @@ form th { .flux .website .favicon { padding: 5px; } -.flux .date { +.flux .item.date { color: rgba(54, 51, 48, 0.5); font-size: 0.85rem; } -- cgit v1.2.3