aboutsummaryrefslogtreecommitdiffstats
path: root/Just-Read/less
diff options
context:
space:
mode:
authorTobias Schmidl <tobias@schmidl.cc>2017-10-02 15:25:58 +0200
committerTobias Schmidl <tobias@schmidl.cc>2017-10-02 15:46:35 +0200
commit6f533933d459774df728dff9fb5c48249671777d (patch)
tree8c183cf1db464e714237ce378aef68b22213c9c4 /Just-Read/less
parent3f10e1818f4d6228eaea83b2de23753f8dff296b (diff)
downloadpelican-themes-6f533933d459774df728dff9fb5c48249671777d.tar.gz
[Just-Read] removed "huge" setting for code
This gets ridiculously big on wide screen displays. Try to maintain a normal size for code
Diffstat (limited to 'Just-Read/less')
-rw-r--r--Just-Read/less/main.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/Just-Read/less/main.less b/Just-Read/less/main.less
index 099c5e2..9724bf6 100644
--- a/Just-Read/less/main.less
+++ b/Just-Read/less/main.less
@@ -561,9 +561,9 @@ blockquote, pre, .post ul, .post ol, p, .archive{
margin-bottom: (@line * 1px);
}
- code, .codehilite{
+ .codehilite{
line-height: 1.5;
- .massive;
+ .normal;
}
pre, .post > p, .post blockquote, .post ul, .post ol{