From ac87dd3e4aca05956b2c3b28e85e1ec503ae3371 Mon Sep 17 00:00:00 2001 From: SansGuidon Date: Wed, 23 Apr 2025 13:06:43 +0000 Subject: [PATCH] change(css) highlight blockquotes --- morgan/css/shaarli.min.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/morgan/css/shaarli.min.css b/morgan/css/shaarli.min.css index 4d0e30d..65c6611 100644 --- a/morgan/css/shaarli.min.css +++ b/morgan/css/shaarli.min.css @@ -7956,6 +7956,17 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown *:first-child { margin-top: 0 !important } + .markdown blockquote { + font-family: "Geist Mono"; + /* max-width: 600px; */ + position: relative; + padding: .5rem; + border-style: double; + background-color: floralwhite; + border-radius: 10%; + box-shadow: 1px 3px 5px 0 #999; + transform: rotate(0.3deg); + } .markdown *:last-child { margin-bottom: 5px !important