mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
quote block beautify
This commit is contained in:
@@ -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); */
|
||||
}
|
||||
Reference in New Issue
Block a user