Elegant quote blocks
Gives quote blocks a clear colored bar, italics and a muted color to set them apart from body text.
Code to copy
.notion-quote-block {
border-left: 4px solid #2383e2 !important;
padding-left: 16px !important;
font-style: italic !important;
color: #4a4a4a !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.