Header font

main
Bob Mottram 2020-11-16 21:30:18 +00:00
parent 6ecb2dee71
commit 699513bc7c
1 changed files with 2 additions and 1 deletions

View File

@ -222,6 +222,7 @@ blockquote p {
} }
h1 { h1 {
font-family: var(--header-font);
color: var(--title-color); color: var(--title-color);
} }
@ -1294,7 +1295,7 @@ div.container {
cursor: pointer; cursor: pointer;
margin: 0 0px; margin: 0 0px;
margin-top: var(--publish-button-vertical-offset); margin-top: var(--publish-button-vertical-offset);
margin-bottom: var(--publish-button-bottom-offset); margin-bottom: var(--publish-button-bottom-offset);
} }
.buttonhighlighted { .buttonhighlighted {
border-radius: var(--button-corner-radius); border-radius: var(--button-corner-radius);