/**
 * MinerSheets Custom Admin Styling
 *
 * Minimal fixes only - preserve Django admin default beauty
 */

/* Fix header branding - make it white and readable */
#branding h1,
#branding h1 a:link,
#branding h1 a:visited {
    color: #fff !important;
}

/* Keep all header links white - even after visited */
#header a:link,
#header a:visited {
    color: #fff !important;
}

/* Keep breadcrumb links white - even after visited */
.breadcrumbs a:link,
.breadcrumbs a:visited {
    color: #fff !important;
}
