This commit is contained in:
Šimon Záriš 2024-06-08 17:00:51 +02:00
parent 76365d3f51
commit 2531f477e4

@ -9,7 +9,7 @@ h1 {
}
table {
width: 100%;
width: 120%;
border-collapse: collapse;
margin: 20px 0; font-family:serif;
font-size: 18px;
@ -31,5 +31,5 @@ tbody tr:nth-child {
}
tbody tr:hover {
background-color: #a1a1a1;
background-color: #a8a8a8;
}