Skip to content

Commit

Permalink
remove border of tables
Browse files Browse the repository at this point in the history
  • Loading branch information
xywei00 committed Nov 10, 2023
1 parent 519688f commit d1b3306
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
---

@import "jekyll-theme-primer";
table {
border-collapse: collapse;
}
table, tr, td {
border: none;
tr, th, td {
border: none!important;
}

0 comments on commit d1b3306

Please sign in to comment.