summaryrefslogtreecommitdiffstats
path: root/sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass')
-rw-r--r--sass/parts/_syntax.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/sass/parts/_syntax.scss b/sass/parts/_syntax.scss
index 0106f3e..839f482 100644
--- a/sass/parts/_syntax.scss
+++ b/sass/parts/_syntax.scss
@@ -74,6 +74,10 @@ figure.code{
color: #000;
padding-right: 15px;
}
+ table {
+ border: none;
+ text-align: left;
+ }
td.code{
width: 100%;
padding-left: 15px;
@@ -340,4 +344,4 @@ figure.code, .gist-highlight{
color: $solar-cyan !important;
}
/* Literal.String.Single */
-} \ No newline at end of file
+}