Increase CSS headings line height to 130%.

This commit is contained in:
inference 2023-05-06 20:15:57 +01:00
parent b02738d50e
commit 8972874468
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -3,7 +3,7 @@
/* Copyright 2022-2023 Jake Winters */ /* Copyright 2022-2023 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */
/* Version: 9.2.5.34 */ /* Version: 9.2.6.35 */
/* Body */ /* Body */
@ -41,6 +41,7 @@ h1, .h1 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 26px; font-size: 26px;
text-align: center; text-align: center;
line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -49,6 +50,7 @@ h1, .h1 {
h2, .h2 { h2, .h2 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 22px; font-size: 22px;
line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -57,6 +59,7 @@ h2, .h2 {
h3, .h3 { h3, .h3 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 20px; font-size: 20px;
line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -65,6 +68,7 @@ h3, .h3 {
h4, .h4 { h4, .h4 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 18px; font-size: 18px;
line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -73,6 +77,7 @@ h4, .h4 {
h5, .h5 { h5, .h5 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 16px; font-size: 16px;
line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -81,6 +86,7 @@ h5, .h5 {
h6, .h6 { h6, .h6 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 16px; font-size: 16px;
line-height: 130%;
color: #ffffff; color: #ffffff;
} }