/*
Theme Name: Atlas Child
Theme URI: https://demo.tmrwstudio.net/atlas
Description: Child theme for Atlas
Author: Your Name
Template: atlas
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: atlas-child
*/

/* Add your custom CSS below */
/* Делаем текст в TOC светлым при темной теме */

.site-dark #ez-toc-container .ez-toc-title,
.bg-dark #ez-toc-container .ez-toc-title,
.site-dark #ez-toc-container a,
.bg-dark #ez-toc-container a {
    color: #ffffff !important; /* Белый цвет текста */
    text-shadow: none !important; /* Убираем лишние тени */
}

/* (Опционально) Цвет ссылок при наведении в темной теме */
.site-dark #ez-toc-container a:hover,
.bg-dark #ez-toc-container a:hover {
    color: var(--color-accent, #3d55ef) !important; /* Акцентный цвет темы */
    text-decoration: underline;
}