Template:BLItem/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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) |
||
| Line 4: | Line 4: | ||
.bl-item-Confirmed { | .bl-item-Confirmed { | ||
color: # | color: #2e3192; | ||
} | } | ||
.bl-item-Fake { | .bl-item-Fake { | ||
color: # | color: #c1272d; | ||
} | } | ||
.bl-item-Unconfirmed { | .bl-item-Unconfirmed { | ||
color: # | color: #29abe2; | ||
} | } | ||
.bl-item-Available { | .bl-item-Available { | ||
color: # | color: #009245; | ||
} | } | ||
Revision as of 04:10, 24 December 2025
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;
}