/*
Theme Name: WFAA Campaign
Theme URI: https://bitbucket.org/uwfoundation/wfaa-campaign-theme/
Author: WFAA Digital Solutions Team
Author URI: https://wordpress.org
Description: WFAA Clone of Twenty Twenty-Three theme
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Version: 0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: wfaa-campaign-theme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

/* style to override Wordpress 7 border color issue (currently showing on the leaderboard tables)*/
html :where([style*=border-color]) {
    border-style: inherit !important;
}