Increase blockquote font size to match paragraph font size

This commit is contained in:
inference 2023-11-14 13:46:04 +00:00
parent ec731523cc
commit e4b0517f10
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -3,7 +3,7 @@
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
/* Version: 11.1.0-alpha.1 */ /* Version: 11.1.0-alpha.2 */
/* Body */ /* Body */
@ -74,7 +74,7 @@ p {
/* Blockquote */ /* Blockquote */
blockquote { blockquote {
font-size: 16px; font-size: 17px;
color: #ffffff; color: #ffffff;
} }