allow change order on merge (#11)

This commit is contained in:
Anthony Stirling
2023-01-30 20:50:47 +00:00
committed by GitHub
parent 1f1f50a615
commit 08d9409d2c
4 changed files with 76 additions and 1 deletions

View File

@@ -11,4 +11,13 @@ body {
.jumbotron {
background-color: #222; /* or any other dark color */
color: #fff; /* or any other light color */
}
.list-group {
background-color: #222 !important;
color: fff !important;
}
.list-group-item {
background-color: #222 !important;
color: fff !important;
}