Skip to content

Commit

Permalink
turn off markdown table header top border
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Nov 20, 2023
1 parent 50e7e15 commit 4dfd0eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/resources/formats/dashboard/quarto-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -847,4 +847,9 @@ $valuebox-colors: (
@include toolbar-layout();
}
}

/*-- Misc HTML elements --*/
.card-body > table > thead {
border-top: none;
}
}

0 comments on commit 4dfd0eb

Please sign in to comment.