This commit is contained in:
Dark Steveneq
2025-09-23 16:00:42 +02:00
parent dc943ee476
commit 0cceffbd49
5 changed files with 277 additions and 7 deletions

View File

@@ -247,7 +247,23 @@ input[type="number"] {
}
#gra table {
width: unset;
margin: auto;
border: none;
}
table tr {
padding: 0%;
border: .15rem solid var(--colorSurface2);
font-size: 1.2rem;
}
table tbody tr:nth-child(even) {
background-color: transparent;
}
table tbody tr:nth-child(odd) {
background-color: transparent;
}
#gra td {