Fixes #3897 - Change color of <th> elements in markdown content.

This commit is contained in:
Owen Conti
2017-11-13 17:29:05 -07:00
parent 859edbf7f7
commit 4b6a89dd53

View File

@@ -575,6 +575,11 @@
color: $response-col-description-inner-markdown-link-font-color-hover;
}
}
th
{
@include text_code($response-col-description-inner-markdown-font-color);
}
}
}