give tables a lighter border

This commit is contained in:
Brian S. Stephan 2020-06-14 10:56:57 -05:00
parent dadc902c49
commit 5994b73b2e
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ table {
table, th, td {
padding: 5px;
border: 1px solid #222;
border: 1px solid #ccc;
margin-bottom: 15px;
}