Theme 2024: Initial commit of new theme

This commit is contained in:
Kelly Dwan 2024-08-27 10:58:23 -04:00
parent 50c21b4e85
commit 512d7ba421
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
17 changed files with 318 additions and 4 deletions

View file

@ -0,0 +1,3 @@
{
"script": "file:./index.js"
}

View file

@ -0,0 +1,2 @@
// Noop, just imports the CSS for webpack.
import './style.scss';

View file

@ -0,0 +1,12 @@
/*
* Note: only add styles here in cases where you can't achieve the style with
* templates or theme.json settings.
*/
/* Add default focus style. */
:where(main) a:where(:not(.wp-element-button,.wp-block-wporg-link-wrapper)):focus,
:where(main) button:where(:not([class*="wp-block-button"])):focus {
outline: none;
border-radius: 2px;
box-shadow: 0 0 0 1.5px currentColor;
}