From b02738d50e915c3db9cc285b2d060e2691e35cf3 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 6 May 2023 20:13:32 +0100 Subject: [PATCH] Increase CSS body line height from 120% to 130%. --- inf.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inf.css b/inf.css index bb28aa5..a2681a7 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 9.2.4.33 */ +/* Version: 9.2.5.34 */ /* Body */ @@ -13,7 +13,7 @@ body { margin-right: min(150px, 12vw); font-family: Roboto, sans-serif; font-size: 20px; - line-height: 120%; + line-height: 130%; background-color: #262626; }