Template:BLItem/styles.css: Difference between revisions

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

Revision as of 00:06, 24 December 2025

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

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