Add custom heading formatting.
This commit is contained in:
parent
a31c7f35a2
commit
b520bd5c18
14
inf.css
14
inf.css
@ -3,41 +3,41 @@
|
||||
/* Copyright 2022-2023 Jake Winters */
|
||||
/* 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-size: 26px;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
h2 {
|
||||
h2, .h2 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 22px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
h3 {
|
||||
h3, .h3 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 20px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
h4 {
|
||||
h4, .h4 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 18px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
h5 {
|
||||
h5, .h5 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
h6 {
|
||||
h6, .h6 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
|
Loading…
x
Reference in New Issue
Block a user