From a2efa08d3529758b67db5b8687f8df43de63f1d0 Mon Sep 17 00:00:00 2001 From: Arno Richter Date: Tue, 13 Dec 2022 23:45:48 +0100 Subject: display edit times of posts. add a config option to disable. --- css/microblog.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'css') diff --git a/css/microblog.css b/css/microblog.css index 0490d80..1bc41be 100644 --- a/css/microblog.css +++ b/css/microblog.css @@ -103,6 +103,12 @@ nav.main li + li a { grid-column-start: span 3; } +.wrap .post-timestamp time.modified { + display: block; + color: hsla(0, 0%, 0%, 0.2); + mix-blend-mode: multiply; +} + .wrap .post-meta { grid-column-start: span 3; } -- cgit v1.2.3