diff options
Diffstat (limited to 'styles.html')
-rw-r--r-- | styles.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/styles.html b/styles.html index e744d83..d26a39c 100644 --- a/styles.html +++ b/styles.html | |||
@@ -14,7 +14,7 @@ body { | |||
14 | padding-top: $if(margin-top)$$margin-top$$else$50px$endif$; | 14 | padding-top: $if(margin-top)$$margin-top$$else$50px$endif$; |
15 | padding-bottom: $if(margin-bottom)$$margin-bottom$$else$50px$endif$; | 15 | padding-bottom: $if(margin-bottom)$$margin-bottom$$else$50px$endif$; |
16 | hyphens: auto; | 16 | hyphens: auto; |
17 | word-wrap: break-word; | 17 | overflow-wrap: break-word; |
18 | text-rendering: optimizeLegibility; | 18 | text-rendering: optimizeLegibility; |
19 | font-kerning: normal; | 19 | font-kerning: normal; |
20 | } | 20 | } |
@@ -93,6 +93,7 @@ $endif$ | |||
93 | pre code { | 93 | pre code { |
94 | padding: 0; | 94 | padding: 0; |
95 | overflow: visible; | 95 | overflow: visible; |
96 | overflow-wrap: normal; | ||
96 | } | 97 | } |
97 | .sourceCode { | 98 | .sourceCode { |
98 | background-color: transparent; | 99 | background-color: transparent; |