Fix heading sizes
This commit is contained in:
parent
7b98e7a6a9
commit
a182c2e237
22
main.css
22
main.css
@ -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: 11.1.0-alpha.7 */
|
/* Version: 11.1.0-alpha.8 */
|
||||||
|
|
||||||
|
|
||||||
/* Body */
|
/* Body */
|
||||||
@ -21,7 +21,7 @@ body {
|
|||||||
/* Headings */
|
/* Headings */
|
||||||
h1 {
|
h1 {
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
font-size: 24px;
|
font-size: 26px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
@ -30,28 +30,28 @@ h1 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
font-size: 22px;
|
font-size: 24px;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
font-size: 20px;
|
font-size: 22px;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
font-size: 18px;
|
font-size: 20px;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 18px;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
@ -109,7 +109,7 @@ a:hover {
|
|||||||
|
|
||||||
h1 a, h1 a:visited {
|
h1 a, h1 a:visited {
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
font-size: 24px;
|
font-size: 26px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
@ -118,28 +118,28 @@ h1 a, h1 a:visited {
|
|||||||
|
|
||||||
h2 a, h2 a:visited {
|
h2 a, h2 a:visited {
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
font-size: 22px;
|
font-size: 24px;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 a, h3 a:visited {
|
h3 a, h3 a:visited {
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
font-size: 20px;
|
font-size: 22px;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 a, h4 a:visited {
|
h4 a, h4 a:visited {
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
font-size: 18px;
|
font-size: 20px;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 a, h5 a:visited {
|
h5 a, h5 a:visited {
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 18px;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user