Add blockquote element CSS.

This commit is contained in:
inference 2023-06-05 00:14:31 +01:00
parent 267c94df3e
commit 7d1f89b77c
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -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 {