small css changes
This commit is contained in:
parent
bd5eb26d1b
commit
192f2cfad4
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,6 @@ body {
|
||||||
table {
|
table {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
/* color: black */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
|
@ -21,6 +20,7 @@ th {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
|
border: 1px solid black;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ tr {
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:hover {
|
tr:hover {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
td .nogames {
|
td .nogames {
|
||||||
|
|
Loading…
Reference in a new issue