diff --git a/docs/guide/template.html b/docs/guide/template.html
index 5647c2e13ff4b7410395847886628fff2f5c1b01..99967f0164ac4482f1dd96b609ecec8e8015a040 100644
--- a/docs/guide/template.html
+++ b/docs/guide/template.html
@@ -103,6 +103,11 @@ a img{
img{ display: block; max-width: 100%; }
+code {
+ border: 1px solid #FB7A31;
+ background: #FFC;
+}
+
pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;