From b16f1c2f55331878a5b94668107c097b67815c76 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 22 Mar 2023 01:19:23 +0000 Subject: [PATCH] Increase body line height. Add padded background color to code. --- inf.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/inf.css b/inf.css index b95acf6..c8ed633 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 7.0.0.17 */ +/* Version: 7.1.0.18 */ h1, .h1 { @@ -49,6 +49,7 @@ body { margin-right: min(150px, 12vw); font-family: Roboto, sans-serif; font-size: 20px; + line-height: 120%; background-color: #262626; } @@ -66,8 +67,13 @@ p { } code { - font-size: 18px; + font-size: 16px; color: #ffffff; + background-color: #000000; + padding-top: 4px; + padding-right: 4px; + padding-bottom: 4px; + padding-left: 4px; } a {