Skip to content

Commit 2681491

Browse files
committed
more style improvements
1 parent 887cf22 commit 2681491

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

assets/css/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ pre code {
147147
background-color: rgb(238, 238, 238) !important
148148
}
149149

150+
p code {
151+
background-color: rgb(238,238,238);
152+
padding: 0 0.15rem;
153+
}
154+
150155
.hljs-ln-numbers {
151156
-webkit-touch-callout: none;
152157
-webkit-user-select: none;
@@ -264,6 +269,10 @@ body > .container:first-child {
264269
line-height: 1.6;
265270
}
266271

272+
.content h2 {
273+
font-size: 1.2rem;
274+
}
275+
267276
#footer-container {
268277
margin: 0 auto;
269278
left: 0;

src/Lib/Server/Template.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ instance ToHtml a => ToHtml (Template a) where
3232
let description = case descriptionM of
3333
Nothing -> "unsafePerformIO is the blog and personal website of Wilfred Denton."
3434
Just description' -> description'
35-
assetVer = "3"
35+
assetVer = "5"
3636
title_ $ toHtml title
3737
meta_ [charset_ "utf-8"]
3838
meta_ [name_ "description", content_ description]

0 commit comments

Comments
 (0)