From 26c5eeb3fc799bf18e42f921b34452d12af8fc12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Mon, 20 Jun 2016 21:02:06 +0200 Subject: [PATCH] Updated CSS Customizations (markdown) --- CSS-Customizations.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CSS-Customizations.md b/CSS-Customizations.md index 831509b..cf431c0 100644 --- a/CSS-Customizations.md +++ b/CSS-Customizations.md @@ -7,6 +7,13 @@ If you want to use the excellent Lato font everywhere, add body { font-family: 'Lato', sans-serif; } ``` +## More spacious theme + +To increase spacing, use +```css +tr.bufferline { line-height: 1.4; } +``` + ## Disable readmarker If you don't like the readmarker, kill it with