Template:BLItem/styles.css: Difference between revisions

From Digital Media Wiki 3 - Selfhost
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
a.bl-item:not(.new) {
a:not(.new) > span.bl-item {
   font-weight: bold;
   font-weight: bold;
}
}

Revision as of 00:15, 24 December 2025

a:not(.new) > span.bl-item {
  font-weight: bold;
}

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