Initial commit to github

This commit is contained in:
Keith Solomon
2025-08-22 15:40:01 -05:00
commit e8efdbeb34
230 changed files with 32213 additions and 0 deletions

10
styles/backend/editor.css Normal file
View File

@@ -0,0 +1,10 @@
/* 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;
}