up colors

This commit is contained in:
Владимир Фёдоров 2025-05-20 03:40:17 +07:00
parent 1d3560d773
commit 25dee9acf8

View File

@ -175,6 +175,7 @@ table {
width: 700px; width: 700px;
border-collapse: collapse; border-collapse: collapse;
margin: 30px auto; margin: 30px auto;
border: 1px solid #444444;
} }
th, td { th, td {
padding: 12px; padding: 12px;
@ -186,10 +187,10 @@ th {
font-weight: bold; font-weight: bold;
} }
tr:nth-child(odd) { tr:nth-child(odd) {
background-color: rgb(218, 232, 212); background-color: rgb(233, 240, 230);
} }
tr:nth-child(even) { tr:nth-child(even) {
background-color: rgb(216, 219, 215); background-color: rgb(255, 255, 255);
} }
tr:hover { tr:hover {
background-color: rgb(207, 207, 207); background-color: rgb(207, 207, 207);