Set header font size

main
Bob Mottram 2020-11-26 10:04:13 +00:00
parent f8b4e4d2a2
commit 1299029074
4 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
:root {
--main-bg-color: #282c37;
--link-bg-color: #282c37;
--title-color: #999;
--dropdown-bg-color: #111;
--dropdown-bg-color-hover: #333;
--main-bg-color-reply: #212c37;
@ -108,6 +109,8 @@ a:focus {
h1 {
font-family: var(--header-font);
font-size: var(--font-size);
color: var(--title-color);
}
.cwText {

View File

@ -215,6 +215,7 @@ a:focus {
h1 {
font-family: var(--header-font);
font-size: var(--font-size);
color: var(--title-color);
}

View File

@ -256,6 +256,7 @@ blockquote p {
h1 {
font-family: var(--header-font);
font-size: var(--font-size);
color: var(--title-color);
}

View File

@ -66,6 +66,7 @@ body, html {
h1 {
font-family: var(--header-font);
font-size: var(--font-size);
color: var(--title-color);
}