block.
Paragraphs
In Notion, line breaks result in empty paragraph blocks instead of
. This behaviour could lead into spacing not reflected on your frontend. To avoid this issue, you should add a min-height
to your paragraphs:
p {
min-height: 2em;
}
Colors
In Notion it is possible to change the color of a block between the following one:
-
Default (means no color)
-
Blue
-
Red
-
Yellow
-
Gray
-
Brown
-
Orange
-
Green
-
Purple
-
Pink
ℹ️
The “Background color” changes the color of the block where the “Color” changes the color of the paragraph.