Merge pull request #3909 from hugo19941994/bug/3897-markdown-table-headings

Bug/3897 markdown table headings
This commit is contained in:
kyle
2017-11-17 20:51:48 -08:00
committed by GitHub

View File

@@ -575,6 +575,12 @@
color: $response-col-description-inner-markdown-link-font-color-hover;
}
}
th
{
@include text_code($response-col-description-inner-markdown-font-color);
border-bottom: 1px solid $response-col-description-inner-markdown-font-color;
}
}
}