From 7726e0cb2b4241f084c07d212da6aadf7f0096e8 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 20 Jun 2023 20:06:05 +0100 Subject: [PATCH] Fix line font size. --- inf.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inf.css b/inf.css index d439098..d6990ef 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ -/* Version: 10.2.0.40 */ +/* Version: 10.2.1.41 */ /* Body */ @@ -138,7 +138,7 @@ ul { li { font-family: Roboto, sans-serif; - font-size: 18px; + font-size: 17px; color: #ffffff; }