fix disappearing hr

This commit is contained in:
Nicholas Orlowsky 2023-01-25 20:05:42 -06:00
parent 721c30b367
commit 17e22ac8e8
4 changed files with 18 additions and 14 deletions

View file

@ -40,3 +40,7 @@
.stat-bad {
color: #921111
}
hr {
height: 1.1px;
}