Skip to content

Commit

Permalink
Fixed separated table borders
Browse files Browse the repository at this point in the history
  • Loading branch information
bulhakovolexii committed Jan 31, 2024
1 parent 0cc810a commit e470205
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ h4,
margin: 0 auto;
}

th,
td {
&:first-of-type {
border-left: $border $border-color;
}
}

table {
border-collapse: collapse;
border-style: hidden;
}

// Showing light and dark theme images separately
@media (prefers-color-scheme: light) {
img[src$="gh-dark-mode-only"] {
Expand Down

0 comments on commit e470205

Please sign in to comment.