hugo-theme-mofo

Minimal theme for Hugo
git clone https://git.bracken.jp/hugo-theme-mofo.git
Log | Files | Refs | LICENSE

commit 5668f2eaf29ae9496f1d9d407979713daf040a03
parent 829a4026fcb595b92cafa7472636a0043e83e534
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 16 Jan 2019 09:29:12 -0800

Set line-height 1.0 in pre blocks

Diffstat:
Mstatic/css/site.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/static/css/site.css b/static/css/site.css @@ -7,6 +7,7 @@ body { color: #333; padding: 0 10px } +pre { line-height: 1.0; } code { font-size: 14px; } a { text-decoration: none; } h1,h2,h3 { line-height: 1.2; }