add different score modes

This commit is contained in:
Zutatensuppe 2021-04-27 21:43:53 +02:00
parent 90590d334e
commit abf6e6aa02
6 changed files with 101 additions and 30 deletions

View file

@ -25,6 +25,10 @@ h1, h2, h3, h4 {
a { color: var(--link-color); text-decoration: none; }
a:hover { color: var(--link-hover-color); }
td, th {
vertical-align: top;
}
.scores {
position: absolute;
right: 0;