20 lines
336 B
CSS
20 lines
336 B
CSS
/* Theme editor styles */
|
|
|
|
@import "../../static/dist/theme.css";
|
|
|
|
body {
|
|
font-family: var(--font-sans);
|
|
|
|
h1, h2, h3,
|
|
h4, h5, h6 {
|
|
font-family: var(--font-headings);
|
|
font-weight: 700;
|
|
margin: 0 0 1rem;
|
|
}
|
|
}
|
|
|
|
.wp-block-buttons .block-editor-block-list__layout {
|
|
display: flex;
|
|
gap: 1rem;
|
|
}
|