Added table styles

Table styles added as #5
This commit is contained in:
Gavin Henderson 2019-04-07 00:02:47 +01:00 committed by GitHub
parent 12f8b799f2
commit 6d0444fe00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,4 +5,19 @@ img {
hr {
border: none;
border-top: 1px solid $border;
}
}
table {
border-collapse: collapse;
margin-bottom: 10px;
}
td,
th {
padding: 5px;
}
table,
th,
td {
border: 1px solid $border;