Skip to content

Commit

Permalink
Fix table border (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik authored Mar 1, 2024
1 parent 72f7309 commit def09f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/frontend/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
--table-background: hsla(240, 25%, 75%, 0.04);
--table-border-color: hsla(240, 25%, 75%, 0.02);

table {
background-clip: padding-box;
}

/* Deprecated */
--bigtable-header-bg: var(--dark-theme-bg-black);
--bigtable-header-border-color: var(--dark-theme-bg-dark-grey);
Expand Down

0 comments on commit def09f8

Please sign in to comment.