﻿@media (prefers-color-scheme: dark) {
    footer.footer {
        background: #1f1f22 !important;
        border-color: #333 !important;
        color: #e6e6e6 !important;
    }

        /* Forces links to stay legible */
        footer.footer a {
            color: #c9d1ff !important;
        }

        /* FIX: Prevents muted text from disappearing on dark background */
        footer.footer .text-muted {
            color: #b0b3b8 !important;
        }

        /* OPTIONAL: Adjusts branding color to look better in dark mode */
        footer.footer .text-primary {
            color: #5c7cfa !important;
        }
}
