Skip to content

Commit

Permalink
Merge pull request #542 from tangly1024/develop
Browse files Browse the repository at this point in the history
quote block beautify
  • Loading branch information
tangly1024 committed Dec 7, 2022
2 parents e2690a9 29f83c5 commit ddc5d28
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions styles/notion.css
Original file line number Diff line number Diff line change
Expand Up @@ -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); */
}

0 comments on commit ddc5d28

Please sign in to comment.