/*
 * css/custom-overrides.css
 * Site-specific overrides — loaded last so they win over Bootstrap and theme.
 * Add all custom overrides here instead of editing any vendor CSS files.
 */

/* Override Bootstrap list-group link color */
a.list-group-item,
button.list-group-item {
    color: #f03c75;   /* change to any color you want */
    font-weight: bold;
}

a.list-group-item:hover,
button.list-group-item:hover {
    color: #f91685;
}