From ae29b5fd62f7427dbe3a03f66ed054bfd0f5ab30 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 5 Jan 2023 10:53:03 +0100 Subject: [PATCH] blockquote style added --- assets/css/reftag.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/css/reftag.css b/assets/css/reftag.css index e6b3d9b..f0de7a2 100644 --- a/assets/css/reftag.css +++ b/assets/css/reftag.css @@ -65,6 +65,15 @@ a { color: inherit; } +section.ritem blockquote { + border-left: 5px solid; + padding-left: 10px; + margin-left: 0px; + margin-top: 10px; + font-weight: 200; + font-size: 1rem; +} + section.refresult a:after { font-family: byl-iconfont; font-size-adjust: 0.5;