From fcb6741263e15b713161ffa3b4ede92c121f3553 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 10 Mar 2023 09:23:11 +0000 Subject: [PATCH] Add line formatting. --- inf.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/inf.css b/inf.css index c4b1871..b95acf6 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 6.0.0.16 */ +/* Version: 7.0.0.17 */ h1, .h1 { @@ -80,6 +80,12 @@ ul { list-style: none; } +li { + font-family: Roboto, sans-serif; + font-size: 18px; + color: #ffffff; +} + ul li::before { content: "\25AA"; margin-left: -1em;