Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa96f35

Browse files
committed
Customize bulma table variables
1 parent 1f257af commit aa96f35

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

assets/vendor.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/bulma.sass

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,13 @@ $weight-bold: 500;
6060

6161
$gap: 0px;
6262

63-
$text-strong: grey-darker;
63+
$table-head-cell-border-width: 0 0 1px;
64+
$table-foot-cell-border-width: 1px 0 0;
65+
$table-head-cell-color: $grey-darker;
66+
$table-cell-heading-color: $grey-darker;
67+
$table-foot-cell-color: $grey-darker;
68+
$content-table-head-cell-border-width: 0 0 1px;
69+
$content-table-foot-cell-border-width: 1px 0 0;
70+
$content-table-cell-heading-color: $grey-darker;
71+
$content-table-head-cell-color: $grey-darker;
72+
$content-table-foot-cell-color: $grey-darker;

0 commit comments

Comments
 (0)