/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 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
*/
.bd-blue-500, a.nav-link {
    color: #fff;
    background-color: #6da4f5;
}

.bd-blue-500 a.nav-link:hover {
    color: #fff;
    background-color: #4f94fc;
}

[data-bs-theme="dark"] .bd-blue-500, [data-bs-theme="dark"] a.nav-link  {
    color: #fff;
    background-color: #2a405f;
}

[data-bs-theme="dark"] .bd-blue-500 a.nav-link:hover{
  background-color: #314561;
}