Some styling for tables

This commit is contained in:
swaggboi 2024-07-03 12:02:39 -04:00
parent 104988e60d
commit 6dae800651

View file

@ -68,3 +68,11 @@ img {
cursor: url('/cursors/arrow.cur'), auto;
max-width: 100%;
}
table { width: 100%; }
table, th, td {
border-collapse: collapse;
border: 0.15em dotted black;
text-align: center;
}