From 8972874468e465b3d916e31e2aca5233e466b2cf Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 6 May 2023 20:15:57 +0100 Subject: [PATCH] Increase CSS headings line height to 130%. --- inf.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/inf.css b/inf.css index a2681a7..cba8246 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.5.34 */ +/* Version: 9.2.6.35 */ /* Body */ @@ -41,6 +41,7 @@ h1, .h1 { font-family: Roboto, sans-serif; font-size: 26px; text-align: center; + line-height: 130%; color: #ffffff; } @@ -49,6 +50,7 @@ h1, .h1 { h2, .h2 { font-family: Roboto, sans-serif; font-size: 22px; + line-height: 130%; color: #ffffff; } @@ -57,6 +59,7 @@ h2, .h2 { h3, .h3 { font-family: Roboto, sans-serif; font-size: 20px; + line-height: 130%; color: #ffffff; } @@ -65,6 +68,7 @@ h3, .h3 { h4, .h4 { font-family: Roboto, sans-serif; font-size: 18px; + line-height: 130%; color: #ffffff; } @@ -73,6 +77,7 @@ h4, .h4 { h5, .h5 { font-family: Roboto, sans-serif; font-size: 16px; + line-height: 130%; color: #ffffff; } @@ -81,6 +86,7 @@ h5, .h5 { h6, .h6 { font-family: Roboto, sans-serif; font-size: 16px; + line-height: 130%; color: #ffffff; }