/* Theme Name: Breezi Blog Author: Noruzzaman Author URI: https://profiles.wordpress.org/noruzzaman/ Description: Breezi Blog is a lightweight, fast WordPress block theme built for full site editing. Create modern blogs, business sites, or portfolios with flexible block patterns, clean design, and great performance. Requires at least: 6.4 Tested up to: 6.9 Requires PHP: 7.4 Version: 1.0.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: breezi-blog Tags: one-column, custom-colors, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, blog, portfolio, news */ /* All non-button links: normal + hover + focus + active = no underline for accessibility */ :root :where(a:where(:not(.wp-element-button))), :root :where(a:where(:not(.wp-element-button))):hover, :root :where(a:where(:not(.wp-element-button))):focus, :root :where(a:where(:not(.wp-element-button))):active { text-decoration: none !important; } /* Focus styles for accessibility */ :where(.wp-site-blocks *:focus) { outline-width: 2px; outline-style: solid; }