//
// DOMAINS — dark
// ==============
// The page-level chrome (count chip, surrounding card) lives in
// listings.scss; only the domain-specific bits live here.
//

.domain-name {
  font-family: $font--mono;
  font-size: 0.9em;
  color: $color--text;
  word-break: break-word;
}

.domains-empty {
  color: $color--text-muted;
  font-style: italic;
}
