Add custom heading formatting.

This commit is contained in:
inference 2023-03-10 03:22:38 +00:00
parent 53236ff8ab
commit 38e9b21c7b
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

14
inf.css
View File

@ -3,41 +3,41 @@
/* Copyright 2022-2023 Jake Winters */ /* Copyright 2022-2023 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */
/* Version: 3.0.0.12 */ /* Version: 4.0.0.13 */
h1 { h1, .h1 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 26px; font-size: 26px;
text-align: center; text-align: center;
color: #ffffff; color: #ffffff;
} }
h2 { h2, .h2 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 22px; font-size: 22px;
color: #ffffff; color: #ffffff;
} }
h3 { h3, .h3 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 20px; font-size: 20px;
color: #ffffff; color: #ffffff;
} }
h4 { h4, .h4 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 18px; font-size: 18px;
color: #ffffff; color: #ffffff;
} }
h5 { h5, .h5 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 16px; font-size: 16px;
color: #ffffff; color: #ffffff;
} }
h6 { h6, .h6 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 16px; font-size: 16px;
color: #ffffff; color: #ffffff;