From 3daa34cb397d6e95cbb7e7ee370b6824f85fe646 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 17 Jun 2018 13:31:12 +0800 Subject: [PATCH] override table border by gh pages --- assets/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/main.scss b/assets/main.scss index 8a769d7..88cc5ef 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -74,9 +74,14 @@ article .post-content ol li, margin-top: 29px; } +table, table.image, table td, table th, table.image td, table.image th { border: 0px !important; +} + +table td, table th, +table.image td, table.image th { padding: 10px 0 !important; }