/*
Theme Name: Purdue New Theme Child
Template: purdue-home-theme
Theme URI: https://marcom.purdue.edu/our-brand/digital/
Description: WordPress theme based on Purdue University digital brand standards 
Version: 1.1.41
Author: Purdue Marketing and Communicatons
Author URI: https://marcom.purdue.edu
Text Domain: purdue
License: GPLv3 License
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
*/

/*Fixes text and link color when using the Tabs block w/ a white background*/
.has-white-background.purdue-home-tabs ul,
.has-white-background.purdue-home-tabs-horizontal ul,
.has-white-background.purdue-home-tabs summary,
.has-white-background.purdue-home-tabs-horizontal summary {
    color: #000 !important;
}

.has-white-background.purdue-home-tabs a:not(.purdue-home-button),
.has-white-background.purdue-home-tabs-horizontal a:not(.purdue-home-button) {
    color: #8e6f3e !important;
}