Add a best_game shortcode

This commit is contained in:
Eryn Wells 2022-04-24 17:27:13 -07:00
parent 8fb0e09e1b
commit 777a10c734
4 changed files with 41 additions and 9 deletions

View file

@ -10,13 +10,10 @@ ol.logfile {
padding-inline-start: 0;
}
.logentry {
background-color: var(--logentry-background-color);
color: var(--logentry-foreground-color);
}
.logentry {
align-items: first baseline;
color: var(--logentry-foreground-color);
background-color: var(--logentry-background-color);
border-radius: 6px;
display: grid;
grid-template-columns: 32px auto auto;