From bef959a2352b954d9cfbff3dafd6f063ac1f4671 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Wed, 18 Dec 2024 17:49:22 -0800 Subject: [PATCH] docs: increase line-height for main text area --- .config/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/custom.css b/.config/custom.css index 86cefa6..ae7f1f2 100644 --- a/.config/custom.css +++ b/.config/custom.css @@ -7,3 +7,7 @@ Menlo, Consolas, 'DejaVu Sans Mono', monospace; font-weight: normal; } + +.tsd-typography { + line-height: 1.5em; +}