Blog headers

main
Bob Mottram 2020-11-16 20:39:25 +00:00
parent 9fedd9a5af
commit d9d651a479
1 changed files with 6 additions and 1 deletions

View File

@ -44,6 +44,7 @@
--timeline-border-radius: 30px;
--focus-color: white;
--line-spacing: 130%;
--header-font: 'Bedstead';
}
@font-face {
@ -77,7 +78,7 @@ body, html {
a, u {
color: var(--main-fg-color);
}
a:visited{
color: var(--main-visited-color);
background: var(--link-bg-color);
@ -94,6 +95,10 @@ a:focus {
border: 2px solid var(--focus-color);
}
h1 {
font-family: var(--header-font);
}
.cwText {
display: none;
}