cloud-run-django-terraform/gametracker/static/custom.css (12 lines of code) (raw):
.footer {
padding-bottom: 3rem; /* make footer more square */
}
.results {
text-align: center !important;
}
.results.notplayer {
background: grey;
}
.panel-block.is-active {
font-weight: bold;
}