/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0-beta1
 Requires at least: 5.0
 Tested up to: 6.5.2
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

/* hover for guttenberg buttons */
.wp-block-button__link:hover{
    background: #0578b8 !important;
    box-shadow: 0 0 15px 5px rgba(5,120,184,0.31) !important;
}
/* bootstrap carousel resets */
.carousel-caption{
    bottom: 0;
}
