﻿.current-menu-link {
    color: #1877F2 !important; /* Facebook blue text */
    font-weight: 600; /* Slightly bold for emphasis */
    border-bottom: 3px solid #1877F2;
    border-radius: 0 !important; /* Remove rounded corners */
}

.current-menu-link::after{
    color: #1877F2 !important; /* Facebook blue text */
    font-weight: 600; /* Slightly bold for emphasis */

}

@media (prefers-color-scheme: dark){
    .current-menu-link {
        color: red; /* Facebook blue text */
        font-weight: 600; /* Slightly bold for emphasis */
        border-bottom: 3px solid #1877F2;
        border-radius: 0 !important; /* Remove rounded corners */
    }

        .current-menu-link::after {
            color: #1877F2 !important; /* Facebook blue text */
            font-weight: 600; /* Slightly bold for emphasis */
        }
}