Template:PatchNoteLabel-UMVC3/styles.css

Template page
< Template:PatchNoteLabel-UMVC3
Revision as of 12:52, 7 January 2025 by Kaladin (talk | contribs) (Created page with " .label { padding:6px; border-radius:7px; font-weight: bold; text-shadow: 1px 1px 1px black; } .unconfirmed { background: #cccc00; } .confirmed { background: #e68a00; } .bug-fix { background: #008ae6; } .rework { background: #008ae6; } .nerf { background: #cc0000; } .buff { background: #2eb82e; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

.label {
    padding:6px; 
    border-radius:7px; 
    font-weight: bold; 
    text-shadow: 1px 1px 1px black;
}

.unconfirmed {
    background: #cccc00;
}

.confirmed {
    background: #e68a00;
}

.bug-fix {
    background: #008ae6;
}

.rework {
    background: #008ae6;
}

.nerf {
    background: #cc0000;
}

.buff {
    background: #2eb82e;
}