/*
Theme Name:   Style In Bling Child
Theme URI:    https://stylebling.in
Description:  Child theme for Style In Bling.
Author:       iTrobes Technologies Pvt. Ltd.
Author URI:   https://itrobes.com
Template:     stylebling
Version:      2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License:      Proprietary
License URI:  https://itrobes.com
Text Domain:  stylebling-child
Tags:         woocommerce, e-commerce, child-theme
*/

/* Add child-theme-specific overrides below this line */

/* T&C Table of Contents — override global li a { color: white } */
.page-content ol li a {
    color: #000 !important;
    text-decoration: underline;
}
.page-content ol li a:hover {
    color: #df3f3a !important;
}
