/* _styles.css */

.font-bold { /* Nuke the bold menu */
	font-weight: normal;
}

#post {
}


#blog {
}

#last-updated, #post-footer {
	font-size: 0.6em;
	text-align: center;
}

.footnotes {
	font-size: 0.8em;
}

/* Colors */

:root {
	--blockquote: #a96868;
	--blockquote-bg: #e0e7f0;
	--link-color: #782121;
	--visited: #782121;
	--hover: #782121;
}

strong {
	color: #2e4d7f;
}

h1 {
	color: #2e4d7f
}

@media (prefers-color-scheme: dark) {
	:root {
		--blockquote: #a96868;
		--blockquote-bg: #353548;
		--link-color: #c29696;
		--visited: #c29696;
		--hover: #c29696;
	}

	strong {
		color: #6985b1;
	}

	h1 {
		color: #6985b1;
	}
}


img[alt=profile] {  /* profile picture */
	height: 2em;
	vertical-align: middle;
}

ul, ol {
	padding-left: 2em;
}

header >h1 {
	padding-bottom: 0.4em;
}

header >p {
	font-size: 0.8em;
}

main {
}

footer {
	display: none;
}

article {
}

article >p  {
}

nav {
	padding-top: 0.8em;
}
