/* Make all anchor links white by default (override utility classes) */
a[href],
a[href] * {
  color: #ffffff !important;
}

a[href]:hover,
a[href]:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}

/* Keep buttons and inputs unaffected if they rely on specific classes */
button a[href],
input a[href] {
  color: inherit !important;
}
