/* https://prose.sh/help#blog-style */

/* individual posts */
/* #post {} */

/* blog landing page */
/* #blog {} */

/* no line numbers for one line */
code .line:only-child .ln {
	display: none;
}

.footnotes {
	font-size: 80%;
}

/* no double hr when using footnotes */
main:has(.footnotes) + footer hr {
	display: none;
}

/* remove the signature, but not the margin for overscroll */
body footer {
	opacity: 0;
}
