/* See https://docs.obsidian.md/Reference/CSS+variables/Editor/Table */
* {
    --table-border-width: 0px;
    --table-header-border-width: 0px;
    --table-column-first-border-width: 0px;
    --table-column-last-border-width: 0px;
    --table-row-last-border-width: 0px;
    --table-row-last-border-width: 0px;
    --table-selection-border-width: 0px;
    --table-add-button-border-width: 0px;
    --table-header-weight: normal !important;
}
