N°3800 Fix HTML content display for table borders v2

This commit is contained in:
Pierre Goiffon
2021-08-11 17:31:08 +02:00
parent 5b42f67a99
commit 4379b4d908
3 changed files with 14 additions and 11 deletions

View File

@@ -30,5 +30,8 @@ $body-overflow-y: auto !default;
* customize Bulma content variables
* See https://bulma.io/documentation/elements/content/
*/
$content-table-head-cell-border-width: 2px;
$content-table-cell-border: 1px solid black;
$content-table-cell-border-width: 1px;
$content-table-head-cell-border-width: 1px;
$content-table-foot-cell-border-width: 1px;
$content-table-foot-cell-color: black;