Highlighted even table rows

This commit is contained in:
2026-02-24 12:44:52 +03:00
parent 0c4ab26c45
commit e5ccd4cf97

View File

@@ -43,6 +43,9 @@ td {
border: 1px white solid;
padding: 0.5rem;
}
tr:nth-child(even) {
background-color: rgba(100, 100, 100, 0.25);
}
footer {
padding: 5px 10px;
background: #9e9e9e;