Files
VDI-Starter/styles/backend/editor.css
2025-08-22 15:40:01 -05:00

11 lines
198 B
CSS

/* Theme editor styles */
@import "../../static/dist/theme.css";
body { font-family: 'Raleway', sans-serif; }
.wp-block-buttons .block-editor-block-list__layout {
display: flex;
gap: 1rem;
}