Fix up table borders

This commit is contained in:
David Cook
2023-06-08 15:23:13 +10:00
parent edcdcd3f74
commit f007cf3dad

View File

@@ -16,7 +16,7 @@ table {
}
&:first-child {
border-left: 1px solid $color-border;
border-left: 4px solid $color-border;
}
a {
@@ -140,7 +140,7 @@ table {
tbody {
tr {
td {
border-top: 4px solid $color-border; // TODO: Let the table background colour come through, to enable drop shadows
border-bottom: 4px solid $color-border; // TODO: Let the table background colour come through, to enable drop shadows
}
&:hover td {