This commit is contained in:
Flummi
2022-01-05 20:21:50 +01:00
parent d558977176
commit 90a86133db
12 changed files with 63 additions and 44 deletions

View File

@ -1376,7 +1376,7 @@ table.table thead tr {
table.table th, table.table td {
padding: 7px 15px;
}
table.table tbody tr:nth-of-type(even) {
table.table tbody tr:nth-of-type(odd) {
background-color: var(--badge-tag);
}