Comment
Tera Expert

@Erik Nelson

I had the same issue with background color of request cards appearing red. I fixed that by adding a short CSS Include to my current portal theme:

.request-card-widget .request-card {
  background-color: var(--now-color_background--primary, #fff) !important;
}