small css changes

This commit is contained in:
magmaus3 2023-07-12 14:37:01 +02:00
parent bd5eb26d1b
commit 192f2cfad4
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251

View file

@ -10,7 +10,6 @@ body {
table {
font-size: large;
border-collapse: collapse;
/* color: black */
}
thead {
@ -21,6 +20,7 @@ th {
border: 1px solid black;
}
td {
border: 1px solid black;
padding: 0.2em;
text-align: center;
}
@ -30,7 +30,7 @@ tr {
}
tr:hover {
background-color: rgba(255, 255, 255, 0.1);
background-color: rgba(255, 255, 255, 0.2);
}
td .nogames {