/**
 * Custom styles for CiviCRM. This file is (assumed to be) specified
 * in CiviCRM configuration "Custom CSS URL" at
 * https://hftx.org/wp-admin/admin.php?page=CiviCRM&q=civicrm%2Fadmin%2Fsetting%2Furl&reset=1
 */

/* START: bootstrap styles. 
 * Rationale SearchKit and other more modern civicrm components assume
 * that the interfacs "work better" if a bootstrap theme extension such as 
 * Shoreditch is enabled, but this site has not such extension installed.
 * Therefore, we hack out the most pressing fixes here.
 */
/* Buttons tend to have dark text on dark background; lighten the text. */
#bootstrap-theme button {
  color: lightgrey;
}
/* Info buttons have white text on light background; darken the text. */
#bootstrap-theme .btn-info {
  color: #233958;
}
/* END: bootstrap styles. */
