Template:BLItem/styles.css

From Digital Media Wiki 3 - Selfhost
Revision as of 03:06, 24 December 2025 by Bluecomb (talk | contribs) (Filling in some more, though I'm not sure how they will look until I save this)
Jump to navigation Jump to search
a:not(.new) > span.bl-item {
  font-weight: bold;
}

.bl-item-Confirmed {
  color: #000080;
}

.bl-item-Fake {
  color: #d00000;
}

.bl-item-Unconfirmed {
  color: #00e0e0;
}

.bl-item-Available {
  color: #00d000;
}