From 60b0aacea577510695138d0fcca62027341efc17 Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Tue, 21 Jan 2020 02:12:11 +0800 Subject: [PATCH] Make org (html) timestamps stand out more --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.org b/config.org index 055e7a8..db5c619 100644 --- a/config.org +++ b/config.org @@ -572,6 +572,13 @@ colours from our [[Theme]] gets used, we benefit from customising the code block font-size: 0.75em; } + span.timestamp { + color: #003280; + background: #647CFF44; + border-radius: 3px; + line-height: 1.25; + } + \#table-of-contents { overflow-y: auto; } blockquote p { margin: 8px 0px 16px 0px; } \#postamble .date { color: var(--theme-green); }