From 43ecbc86d44af5f8fa2fbdcac11df34b8791aad2 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Mon, 26 Jun 2017 16:56:46 -0300 Subject: [PATCH] FEATURE: Use current table styles for markdown-it tables --- app/assets/stylesheets/common/base/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index dc13058eee7..b4c160ba11b 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -317,7 +317,7 @@ blockquote > *:last-child { } -table.md-table { +.cooked table { thead { border-bottom: 2px solid lighten($primary, 80%); th {