quote block beautify

This commit is contained in:
tangly1024
2022-12-07 16:11:07 +08:00
parent 08ef27be6c
commit 29f83c52d1

View File

@@ -1957,4 +1957,21 @@ pre[class*='language-'] {
.dark #live2d {
@apply opacity-80
}
/* https://github.com/kchen0x */
.notion-quote {
display: block;
border-radius: 5px;
border-color: var(--notion-blue);
border-left-color: var(--notion-blue);
background-color: var(--notion-blue_background_co);
width: 100%;
white-space: pre-wrap;
word-break: break-word;
border-left: 10px solid;
padding: 0.2em 0.9em;
margin: 6px 0;
font-size: 1em;
/* color: var(--notion-gray); */
}