<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *
 * City University of Hong Kong
 * ----------------------------
 * Site Specific CSS
 *
 */

/* ============================ Place your custom CSS here */
/* Staff Directory */
.staff-box::before,
.staff-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
}

.staff-box::after {
  border-radius: 0px 0.2rem 0px 0px;
  border-width: 0.5em;
}

.staff-box.team-a::after {
  border-right-color: #7c257c;
  border-top-color: #7c257c;
}

.staff-box.team-b::after {
  border-right-color: #bf165e;
  border-top-color: #bf165e;
}

.staff-box.team-c::after {
  border-right-color: #fc1e7f;
  border-top-color: #fc1e7f;
}

.staff-box.team-d::after {
  border-right-color: #fe93c2;
  border-top-color: #fe93c2;
}
/* End Staff Directory */
</pre></body></html>