small improvements

This commit is contained in:
Niklas Buschmann 2019-08-02 15:16:03 +02:00
parent 07376d41c3
commit 2cec80479b

View File

@ -71,8 +71,9 @@ img {
} }
table { table {
box-shadow: 0 0 0 1px #9494941f inset;
border-spacing: 1px;
width: 100%; width: 100%;
border-collapse: collapse;
} }
tr:hover, tr:nth-child(odd) td { tr:hover, tr:nth-child(odd) td {
@ -80,7 +81,7 @@ tr:hover, tr:nth-child(odd) td {
} }
th, td { th, td {
border: 1px solid #94949436; box-shadow: 0 0 0 1px #9494941f inset;
padding: .5em 1em; padding: .5em 1em;
} }