﻿/*
    This file should contain all styling that overwrites the Bootstrap's default. 
    
    ** TO DO: Move all the existing overwrites from sites.css and site-io.css to here **
*/

.table {
    --bs-table-color: "";
}

.nav-link {
    color: #fff;
}
.nav {
    --bs-nav-link-color: #000;
    --bs-nav-link-hover-color: #000;
}

.nav-link:focus {
    color: #fff;
}

.dropdown-menu {
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-link-hover-bg: #37bdB0;
    --bs-dropdown-link-active-bg: #37bdB0;
}
