From 5e528a1484533e64815db07608dc7fb1613fa36f Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 15 Mar 2021 16:14:47 +0000 Subject: switched markdown parser, added greentexts --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 0e77ec0..a169e55 100644 --- a/static/style.css +++ b/static/style.css @@ -115,6 +115,14 @@ aside { font-size: xx-small; } +blockquote span { + color: #789922; +} + +blockquote span::before { + content: ">"; +} + .running { background-color: green; padding: 1, 1, 1, 1; -- cgit v1.2.3