/**be sure to https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme**/
body {
	background-color: black;
	color: white;
	/**PWA STUFF**/
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

#schedule * {
	background-color: darkblue;
	font-size: 2em;
}

textarea {
	width: 99.5%;
	height: 5em;
}
