Skip to content

Commit 8212051

Browse files
committed
Set table border to transparent
This is to hide the image layout tables used for sponsors logos etc. We may want to override this for the schedule tables. See #2
1 parent 61dc983 commit 8212051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $code-text-color: #567482;
2424

2525
// Borders
2626
$border-color: #dce6f0;
27-
$table-border-color: #e9ebec;
27+
$table-border-color: transparent;
2828
$hr-border-color: #eff0f1;
2929

3030
@import "{{ site.theme }}";

0 commit comments

Comments
 (0)