Add line formatting.

This commit is contained in:
inference 2023-03-10 09:23:11 +00:00
parent 49b24ff86a
commit fcb6741263
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

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