five-for-the-future/themes/wporg-5ftf-2024/src/style/style.scss

15 lines
407 B
SCSS
Raw Normal View History

/*
* Note: only add styles here in cases where you can't achieve the style with
* templates or theme.json settings.
*/
2024-08-27 21:25:50 -04:00
@import "pledge-form";
/* 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;
}