added minimal table styling

This commit is contained in:
tracer 2022-10-24 20:24:19 +02:00
parent e1d1ef5eeb
commit fd368d895d
1 changed files with 10 additions and 1 deletions

View File

@ -26,4 +26,13 @@ a:active {
color: #ff8844;
text-decoration: none;
font-weight: bold;
}
}
table, th, td {
border: 1px solid;
}
label {
display: block;
padding: 1ex;
}