dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

#SpoilerAlertCover {
	background-color: rgb(var(--theme-page-background-color--rgb));
	position: absolute;
	text-align: center;
	font-size: 2rem;
}

#SpoilerAlertYes {
	margin-right: 5px;
}

#SpoilerAlertNo {
	margin-left: 5px;
}

#SpoilerAlertYes,
#SpoilerAlertNo {
	cursor: pointer;
}