Fix line font size.

This commit is contained in:
inference 2023-06-20 20:06:05 +01:00
parent f342ceedc2
commit 7726e0cb2b
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

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: 10.2.0.40 */ /* Version: 10.2.1.41 */
/* Body */ /* Body */
@ -138,7 +138,7 @@ ul {
li { li {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 18px; font-size: 17px;
color: #ffffff; color: #ffffff;
} }