File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,11 @@ pre code {
147
147
background-color : rgb (238 , 238 , 238 ) !important
148
148
}
149
149
150
+ p code {
151
+ background-color : rgb (238 , 238 , 238 );
152
+ padding : 0 0.15rem ;
153
+ }
154
+
150
155
.hljs-ln-numbers {
151
156
-webkit-touch-callout : none;
152
157
-webkit-user-select : none;
@@ -264,6 +269,10 @@ body > .container:first-child {
264
269
line-height : 1.6 ;
265
270
}
266
271
272
+ .content h2 {
273
+ font-size : 1.2rem ;
274
+ }
275
+
267
276
# footer-container {
268
277
margin : 0 auto;
269
278
left : 0 ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ instance ToHtml a => ToHtml (Template a) where
32
32
let description = case descriptionM of
33
33
Nothing -> " unsafePerformIO is the blog and personal website of Wilfred Denton."
34
34
Just description' -> description'
35
- assetVer = " 3 "
35
+ assetVer = " 5 "
36
36
title_ $ toHtml title
37
37
meta_ [charset_ " utf-8" ]
38
38
meta_ [name_ " description" , content_ description]
You can’t perform that action at this time.
0 commit comments