Template:PatchNoteBox-UMVC3/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 6: Line 6:
.patch-note-box-title {
.patch-note-box-title {
  background: #2c2c2c;
  background: #2c2c2c;
font-size: large;
border-bottom: 1px white;
}
}

Revision as of 15:53, 15 May 2025

.patch-note-box {
 border: 2px solid #363636;
 border-radius: 8px;
}

.patch-note-box-title {
 background: #2c2c2c;
}