/* ============================================
MOBILE DARK MODE FIX
============================================ */
@media (max-width: 768px) and (prefers-color-scheme: dark) {
.entry-content,
.ast-single-post .entry-content,
.ast-single-page .entry-content {
color: var(--med-text) !important;
background: var(--med-bg) !important;
}
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content li {
color: var(--med-text) !important;
}
}
