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

15
styles/backend/admin.css Normal file
View File

@@ -0,0 +1,15 @@
/* Theme admin styles */
@import "../../static/dist/theme.css";
body {
font-family: 'Raleway', sans-serif;
&.wp-admin {
height: fit-content !important;
min-height: 100vh !important;
}
}
#wpbody ul, ol, ul li, ol li { list-style-type: none; }
#adminmenu li ul, li ol { margin: 0; }

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;
}