/* Shared accessibility overrides for static HTML pages that use CDN Bootstrap. */

.btn-outline-warning {
  color: #8a5a00 !important;
  border-color: #8a5a00 !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
  color: #fff !important;
  background-color: #8a5a00 !important;
  border-color: #8a5a00 !important;
}

.text-warning {
  color: #8a5a00 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #6b4500 !important;
}
