From 4fad9e02cf9018252c1dfbd686282ba603aea28f Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 5 Jun 2023 00:19:51 +0100 Subject: [PATCH] Update CSS from version 10.0.0.36 to 10.1.0.37. --- inf.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/inf.css b/inf.css index f088821..9e5f1f9 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ -/* Version: 10.0.0.36 */ +/* Version: 10.1.0.37 */ /* Body */ @@ -98,6 +98,11 @@ p { color: #ffffff; } +/* Blockquote */ +blockquote { + font-size: 16px; + color: #ffffff; +} /* Code */ code {