From a12da90786a0ac1ee2fc9f1863b313ba64fc6093 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Sun, 13 Feb 2022 11:52:30 +0100 Subject: [PATCH] Added CSS for
(still needs finetuning) --- notes/static/notes/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/notes/static/notes/style.css b/notes/static/notes/style.css index 00b446d..b7ef140 100644 --- a/notes/static/notes/style.css +++ b/notes/static/notes/style.css @@ -30,6 +30,13 @@ article img { max-width: 100%; } +article blockquote { + background: #eeeeee; + font-style: italic; + border-left: 2px solid #d63384; + padding: 0.5em; +} + footer { color: #ffffff; background-color: #212529; -- 2.34.1