up colors
This commit is contained in:
parent
1d3560d773
commit
25dee9acf8
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user