Skip to content

Commit 3139f3a

Browse files
committed
Change color of <th>'s border-bottom elements in markdown content
1 parent 4b6a89d commit 3139f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/style/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@
579579
th
580580
{
581581
@include text_code($response-col-description-inner-markdown-font-color);
582+
border-bottom: 1px solid $response-col-description-inner-markdown-font-color;
582583
}
583584
}
584585
}

0 commit comments

Comments
 (0)