diff --git a/css/main.css b/css/main.css index a97f3a6..709418d 100644 --- a/css/main.css +++ b/css/main.css @@ -737,3 +737,14 @@ color: #f1c40f; .icon-red{ color: #c0392b; } + + +/* Fix table border github gist snippets */ + +.gist, .gist-file table tr { + border: unset; +} + +.gist, .gist-file table tr td { + border: unset; +}