/*
Theme Name:     CodeByAmra-Noor
Theme URI:      https://noor.ir
Description:    A lightweight child theme based on GeneratePress.
Author:         CodeByAmra
Author URI:     https://github.com/AmraDev2000
Template:       generatepress
Version:        1.0.1
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Tags:           blog, custom-background, responsive-layout
Text Domain:    gpamra
*/


/* Simple Table of contents Styles */
.lwptoc-light .lwptoc_i {
    background: var(--black-color) !important;
    border-radius: 10px;
    color: #fff !important;
}

.lwptoc-light .lwptoc_i a {
    color: #fff !important;
}

.lwptoc-light .lwptoc_i a:hover {
    color: #fff8e9 !important;
}