aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/base.html b/_layouts/base.html
index 5e4678f..e39acf4 100644
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -116,6 +116,7 @@
116 font-family: monospace; 116 font-family: monospace;
117 background: var(--bg-color); 117 background: var(--bg-color);
118 font-size: 14px; 118 font-size: 14px;
119 padding: 2px 5px;
119 } 120 }
120 121
121 pre code { 122 pre code {
@@ -159,7 +160,6 @@
159 .highlight .hll { background-color: #ffffcc } 160 .highlight .hll { background-color: #ffffcc }
160 .highlight { background: #ffffff; } 161 .highlight { background: #ffffff; }
161 .highlight .c { color: #008000 } /* Comment */ 162 .highlight .c { color: #008000 } /* Comment */
162 /* .highlight .err { border: 1px solid #FF0000 } /* Error */ */
163 .highlight .k { color: #0000ff } /* Keyword */ 163 .highlight .k { color: #0000ff } /* Keyword */
164 .highlight .ch { color: #008000 } /* Comment.Hashbang */ 164 .highlight .ch { color: #008000 } /* Comment.Hashbang */
165 .highlight .cm { color: #008000 } /* Comment.Multiline */ 165 .highlight .cm { color: #008000 } /* Comment.Multiline */