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

Template page
No edit summary
No edit summary
Line 4: Line 4:
}
}


.path-note-box title {
.path-note-box-title {
  background: #2c2c2c;
  background: #2c2c2c;
  font-size: large;
  font-size: large;
  border-bottom: 1px white;
  border-bottom: 1px white;
}
}

Revision as of 15:49, 15 May 2025

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

.path-note-box-title {
 background: #2c2c2c;
 font-size: large;
 border-bottom: 1px white;
}