Always alternate queue priority background colors

This commit is contained in:
Joscha 2023-08-06 21:04:51 +02:00
parent 6af47b8c30
commit 02b9468308
3 changed files with 19 additions and 9 deletions

View file

@ -135,12 +135,9 @@ nav img {
/* Queue */
.queue td:nth-child(2) {
text-align: right;
}
.queue td:nth-child(2),
.queue td:nth-child(3) {
text-align: center;
text-align: right;
}
.queue .odd {