kollapsminoriteten/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css

17 lines
325 B
CSS
Raw Permalink Normal View History

2023-04-26 17:39:43 +02:00
body{
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-size:18px;
line-height:1.5;
2024-04-17 11:32:24 +02:00
--wp--style--block-gap:2em;
2021-07-23 11:58:50 +02:00
}
2022-04-02 10:26:41 +02:00
2023-04-26 17:39:43 +02:00
p{
line-height:1.8;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.editor-post-title__block{
font-size:2.5em;
font-weight:800;
margin-bottom:1em;
margin-top:2em;
2021-07-23 11:58:50 +02:00
}