/* Theme Name: Nonprofit Base Theme Theme URI: https://yoursite.com Author: Your Name Author URI: https://yoursite.com Description: A reusable nonprofit block theme with locked-down design system and pattern library. Version: 1.0 Requires at least: 6.4 Tested up to: 6.7 Requires PHP: 7.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: nonprofit-base */ /* Utility classes for special cases */ .u-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } .u-text-center { text-align: center; } .u-max-width-narrow { max-width: 42rem; margin-left: auto; margin-right: auto; } /* Donate button specific styling (for sticky header) */ .donate-button { background: var(--wp--preset--color--accent) !important; border-color: var(--wp--preset--color--accent) !important; font-weight: 700; } .donate-button:hover { background: var(--wp--preset--color--primary) !important; border-color: var(--wp--preset--color--primary) !important; } /* Ensure images don't overflow */ img { max-width: 100%; height: auto; } My WordPress Site

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!