From fa3f591ea1dfafc3cd78cf6fc2a1b83d746fd5e2 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 04:44:37 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/style.css=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/threadr/style.css b/threadr/style.css index c15a926..16e31f0 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -163,6 +163,12 @@ h1, h2, h3, h4, h5, h6 { color: #001858; } +time { + font-family: monospace; + color: #001858; + float: right; +} + div.round-border { border: 1px solid #001858; padding: 14px 20px;