aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-12-28 00:41:40 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-12-28 00:41:40 +0100
commit7171c3e198cfe88986447c1fe927615322cd33ee (patch)
treec51485f6681f1f4ce1bfa4d665fa7d24703ec8d1 /_layouts
parent8bc2156d204e8f3877c06557e4d7be3d91ee155d (diff)
downloadmitjafelicijan.com-7171c3e198cfe88986447c1fe927615322cd33ee.tar.gz
CSS tweaks
Diffstat (limited to '_layouts')
-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 */