/*
    custom.css
    Any site-specific CSS customization should be added to this file.
    This file overrides the defaults in illiad.css, which should not be altered.
*/

/* Override Bootstrap's text-muted color for accessibility */
.text-muted {
    color: #000000 !important;
}

/* Override gray text in transaction cards for accessibility */
.card-subtitle.text-muted,
.field.text-muted {
    color: #000000 !important;
}