@media (prefers-color-scheme: dark) {
	h2 {
		color: '#fff';
	}
}

html {
	font-family: Nunito, ui-sans-serif, system-ui, -apple-system,
		BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
		sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
		'Noto Color Emoji' !important;
}
footer > div.w-full.flex.justify-center.items-center.text-center {
	display: none;
}

.task_count {
	padding-left: 5px;
}

div[x-show='openModal'] {
	margin: 1px;
}

footer > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	padding-inline: 1rem;
	text-align: center;
}
:is(.dark .dark\:bg-slate-900) {
	background-color: #121212 !important;
}
:is(
		.dark .dark\:\[\@supports\(backdrop-filter\:blur\(0\)\)\]\:bg-slate-900\/75
	) {
	background-color: #121212 !important;
}
@media screen and (max-width: 680px) {
	div.bcon-container > button {
		width: 40px !important;
		height: 40px !important;
	}
}
footer > div.w-full.flex.justify-center.items-center.text-center {
	display: none;
}

.task_count {
	padding-left: 5px;
}

div[x-show='openModal'] {
	margin: 1px;
}
.galley_view {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
}
a {
	word-break: break-word;
}

.copyright {
	display: none;
}

.credits {
	display: none;
}
