﻿/*
    CSS File to override default Bootstrap styles for Safe Outcomes application.
    Specific recommendations were made by the ADA audit team to enhance accessibility and user experience.
*/


/* Alert Info Customization - improve contrast of text and background for visually challenged users */
.alert-info {
    color: #000000 !important;
}

/* Link Customization  - improve LINK contrast of text and background for visually challenged users */
a {
    color: #000099 !important;
}

/* Text Warning Customization - improve contrast of text and background for visually challenged users */
.text-warning {
    color: #000000 !important;
}

/* Alert Danger Customization - improve contrast of text and background for visually challenged users  */
.alert-danger {
    color: #000000 !important;
}

/* Text Info Customization - improve text contrast */
.text-info {
    color: #000099 !important;
}