@media (min-width: 768px) {
    html[data-nav="text"] .nav-links a[href="https://replacetable.com/"],
    html[data-nav="image"] .nav-links a[href="https://replacetable.com/image-tools/"],
    html[data-nav="generators"] .nav-links a[href="https://replacetable.com/generators/"],
    html[data-nav="online"] .nav-links a[href="https://replacetable.com/online-tools/"] {
        color: var(--primary-color);
        background-color: var(--hover-bg);
        border-radius: 8px;
    }
}

html[data-nav="text"] .mobile-menu-links a[href="https://replacetable.com/"],
html[data-nav="image"] .mobile-menu-links a[href="https://replacetable.com/image-tools/"],
html[data-nav="generators"] .mobile-menu-links a[href="https://replacetable.com/generators/"],
html[data-nav="online"] .mobile-menu-links a[href="https://replacetable.com/online-tools/"] {
    color: var(--primary-color);
    background-color: var(--hover-bg);
    border-radius: 8px;
}
