/* ============================================
   NAVIGATION LINK COLOR OVERRIDE
   This file MUST load last to override all other CSS
   ============================================ */

/* Main navbar (Home, Dashboard, My courses, Site admin) - WHITE */
.primary-navigation .nav-link {
    color: white !important;
}

.primary-navigation .nav-link:hover {
    color: white !important;
}

.primary-navigation .nav-link:focus {
    color: white !important;
}

.primary-navigation .nav-link.active {
    color: #93c5fd !important;
}

.navbar-nav .nav-link {
    color: white !important;
}

.navbar-nav .nav-link:hover {
    color: white !important;
}

.navbar-nav .nav-link.active {
    color: #93c5fd !important;
}

/* Admin page tabs (General, Users, Courses, etc.) - BLACK */
.nav-tabs .nav-link {
    color: #000000 !important;
}

.nav-tabs .nav-link:hover {
    color: #000000 !important;
}

.nav-tabs .nav-link:focus {
    color: #000000 !important;
}

.nav-tabs .nav-link.active {
    color: #000000 !important;
}
