<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Bible */
.button.button-bible {
	color: #ffffff;
	background-color: #8f4d34;
}
.button.button-bible:hover,
.button.button-bible:focus {
	filter: brightness(90%);
}

/* Calendar */
.button.button-calendar {
	color: #ffffff;
	background-color: #ff3b30;
}
.button.button-calendar:hover,
.button.button-calendar:focus {
	filter: brightness(90%);
}
</pre></body></html>