/* Site.css -- Tendril customization for Jens's blogs */


/* Override page backround: */
body {
	--TendrilBGColor: #EEE;
	--MetaTextColor: #555;
	--HeaderBgColor: #E8F0E8;
  	--BgColor: #F8FAF8;
	background: linear-gradient(#F8FCF8FF, #F8FCF800) no-repeat local top center/100% 500px,
				url("/static/site/bright_squares.png");
}
body:after {
	background: none;
}

/* Put "(edited ...)" text on a separate line in single-post header */
#single-log[postid] span.date-updated {
	display: block;
}

/* Fix font size of nickname in single-post header */
h5 > a.nickname {
	font-size: 80%;
}

/* Make post borders more prominent */
article {
	border-color: rgba(0,0,0,.5) !important;
}

/* Prevent post border from getting clipped by content bg */
article div.card-body {
	border-radius: 0.25rem;
}

/* Make article footers lighter */
article footer.card-footer {
	background: var(--BgColor);
}

articlediv.card-body:first-child {
	padding-top: 1rem;
}

.entry-text h1 {font-family: 'Merriweather Sans'; font-size: 150%; font-weight: 900; text-decoration: underline;}
.entry-text h2 {font-family: 'Merriweather Sans'; font-size: 140%; font-weight: 800; text-decoration: underline;}
.entry-text h3 {font-family: 'Merriweather Sans'; font-size: 130%; font-weight: 700;}
.entry-text h4 {font-family: 'Merriweather Sans'; font-size: 110%; font-weight: 600;}
.entry-text h5 {font-family: 'Merriweather Sans'; font-size: 100%; font-weight: 500;}
.entry-text h6 {font-family: 'Merriweather Sans'; font-size: 100%; font-weight: 400;}
