better comparison + fixed navbar

This commit is contained in:
Nicholas Orlowsky 2023-01-23 14:37:22 -06:00
parent 9c601aa3be
commit d764fd29e1
6 changed files with 191 additions and 54 deletions

View file

@ -26,3 +26,16 @@
width: 500px;
max-width: 100vw;
}
.stat-perfect {
font-weight: bold;
color: #069D06
}
.stat-middle {
color: #877E1C
}
.stat-bad {
color: #921111
}