Add ov score

This commit is contained in:
Dennis Schoepf 2021-08-07 22:44:21 +02:00
parent 2be130aedc
commit 63896d10c8
7 changed files with 55 additions and 2 deletions

View file

@ -200,6 +200,7 @@ textarea {
}
}
#ov-score,
#score {
display: none;
position: absolute;
@ -208,11 +209,13 @@ textarea {
color: #b0b7bf;
font-size: 32px;
#ov-score-found,
#score-found {
font-size: 60px;
font-weight: bold;
}
#ov-score-divider,
#score-divider {
font-size: 42px;
align-self: flex-end;