1
0

added AOC 2020 data

This commit is contained in:
2020-12-02 08:32:04 +01:00
parent 647e78575c
commit 8207ece48c
16 changed files with 1467 additions and 14 deletions

View File

@@ -1397,6 +1397,11 @@ html, body {
.bc_aoc_solution_value {
background: #888888;
color: #000000;
padding-left: 2px;
}
.bc_aoc_solution_value.multi {
border-top: 1px solid #333333;
}
.prgl_parent {