Template:BLItem/styles.css: Difference between revisions

From Digital Media Wiki 3 - Selfhost
Jump to navigation Jump to search
Placeholder color of blue until I am back on desktop
Hope this works
Line 1: Line 1:
a:not(.new) {
  font-weight: bold;
}
.bl-item-Confirmed {
.bl-item-Confirmed {
   color: #000080;
   color: #000080;
}
}

Revision as of 23:35, 23 December 2025

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

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