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

Template page
(Created page with ".patch-note-box { border: 1px solid #363636; }")
 
No edit summary
Line 1: Line 1:
.patch-note-box {
.patch-note-box {
  border: 1px solid #363636;
  border: 2px solid #363636;
border-radius: 8px;
}
}

Revision as of 15:32, 15 May 2025

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