Template:BLItem/styles.css

From Digital Media Wiki 3 - Selfhost
Revision as of 04:10, 24 December 2025 by Bluecomb (talk | contribs) (I'm just going to make the text colors match the icon colors (I will save these 4 as a test, then will fill the rest out afterward))
Jump to navigation Jump to search
a:not(.new) > span.bl-item {
  font-weight: bold;
}

.bl-item-Confirmed {
  color: #2e3192;
}

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

.bl-item-Unconfirmed {
  color: #29abe2;
}

.bl-item-Available {
  color: #009245;
}