/*
Theme Name: Rootlix
Theme URI: https://rootlix.com
Author: Rootlix
Author URI: https://rootlix.com
Description: A modern, premium gardening magazine theme — nature-inspired, minimal, and optimized for AdSense and Core Web Vitals. Ported from the Rootlix Next.js design system.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: rootlix
Tags: blog, news, one-column, two-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
/* Target dark mode whether applied to html, body, or wrapper elements */
html.dark, html.dark-mode, html[data-theme="dark"],
body.dark, body.dark-mode, body[data-theme="dark"],
.dark body, .dark-mode body, [data-theme="dark"] body {
    color: #ffffff !important;
}

html.dark p, html.dark-mode p, html[data-theme="dark"] p,
body.dark p, body.dark-mode p, body[data-theme="dark"] p,
.dark .entry-content p, .dark-mode .entry-content p, [data-theme="dark"] .entry-content p,
.dark p, .dark-mode p, [data-theme="dark"] p {
    color: #e5e7eb !important;
}

html.dark li, html.dark-mode li, html[data-theme="dark"] li,
body.dark li, body.dark-mode li, body[data-theme="dark"] li,
.dark .entry-content li, .dark-mode .entry-content li, [data-theme="dark"] .entry-content li {
    color: #e5e7eb !important;
}

html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6,
body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6,
[data-theme="dark"] h1, [data-theme="dark"] h2, [data-theme="dark"] h3, [data-theme="dark"] h4, [data-theme="dark"] h5, [data-theme="dark"] h6 {
    color: #ffffff !important;
}
