Fix Website
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-03-01 20:03:04 +01:00
parent bccd5eb5a0
commit de8457fe45
2 changed files with 1 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ table {
text-align: center;
tr:nth-child(odd) {
@apply bg-neutral-800;
@apply bg-neutral-200 dark:bg-neutral-800;
}
}
}