post-single: Fix embeded gist colors

fixes: #161
This commit is contained in:
Aditya Telange 2020-12-29 18:12:15 +05:30
parent 2b7d2dd493
commit b825b7f27c
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
2 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@ table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
overflow-x: scroll;
overflow-x: auto;
word-break: keep-all
}