change(css) highlight blockquotes

This commit is contained in:
SansGuidon 2025-04-23 13:06:43 +00:00
parent b451d8dd86
commit ac87dd3e4a

View File

@ -7956,6 +7956,17 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.markdown *:first-child { .markdown *:first-child {
margin-top: 0 !important 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 { .markdown *:last-child {
margin-bottom: 5px !important margin-bottom: 5px !important