Template:BLItem/styles.css: Difference between revisions

From Digital Media Wiki 3 - Selfhost
Jump to navigation Jump to search
Hopefully will fix Table of Contents being bold
No edit summary
Tag: Reverted
Line 1: Line 1:
a.bl-item:not(.new) {
.bl-item:not(.new) {
   font-weight: bold;
   font-weight: bold;
}
}

Revision as of 00:06, 24 December 2025

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

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