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