up colors
This commit is contained in:
parent
1d3560d773
commit
25dee9acf8
@ -175,6 +175,7 @@ table {
|
||||
width: 700px;
|
||||
border-collapse: collapse;
|
||||
margin: 30px auto;
|
||||
border: 1px solid #444444;
|
||||
}
|
||||
th, td {
|
||||
padding: 12px;
|
||||
@ -186,10 +187,10 @@ th {
|
||||
font-weight: bold;
|
||||
}
|
||||
tr:nth-child(odd) {
|
||||
background-color: rgb(218, 232, 212);
|
||||
background-color: rgb(233, 240, 230);
|
||||
}
|
||||
tr:nth-child(even) {
|
||||
background-color: rgb(216, 219, 215);
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
tr:hover {
|
||||
background-color: rgb(207, 207, 207);
|
||||
|
Loading…
x
Reference in New Issue
Block a user