Skip to content

Commit 0d2dbae

Browse files
authored
Merge pull request #3909 from hugo19941994/bug/3897-markdown-table-headings
Bug/3897 markdown table headings
2 parents a2f592d + b3a602d commit 0d2dbae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/style/_layout.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,12 @@
575575
color: $response-col-description-inner-markdown-link-font-color-hover;
576576
}
577577
}
578+
579+
th
580+
{
581+
@include text_code($response-col-description-inner-markdown-font-color);
582+
border-bottom: 1px solid $response-col-description-inner-markdown-font-color;
583+
}
578584
}
579585
}
580586

0 commit comments

Comments
 (0)