misc scrollspy fixes and styling fixes

This commit is contained in:
2025-03-05 14:09:52 +00:00
parent 81623b457c
commit 8b080b2ad8
4 changed files with 51 additions and 19 deletions

View File

@@ -229,4 +229,5 @@ add_action( 'init', 'register_list_block_popout' );
function my_fancy_filter_function() {
return "featured-full-width-img bg-dark text-light mb-5";
}
add_filter('bootscore/class/featured-full-width-img', 'my_fancy_filter_function', 10, 2);
add_filter('bootscore/class/featured-full-width-img', 'my_fancy_filter_function', 10, 2);