* {
	position: relative;
}

html {
	min-height: 100%;
	/*background-color: #000000;
	filter: invert() hue-rotate(180deg);*/
}

body {
	min-height: 100%;
	padding-top: 16px;
	box-sizing: border-box;
	min-height: 100vh;
}

.container {
	max-width: 1000px;
}

.row > div {
	margin-bottom: 10px;
}

h1 a {
	text-decoration: none;
	color: inherit;
}

h1 a:after {
	content: ' ';
	background-color: black;
	width: 0%;
	height: 2px;
	left: 0px;
	bottom: 2px;
	position: absolute;
	transition: .2s;
}

[data-bs-theme="dark"] h1 a:after {
	background-color: rgb(173, 181, 189);
}

h1 a:hover:after {
	width: 100%;
}

button {
	margin-top: 8px;
}

#qmk, #kle {
	min-height: 25vh;
}

.fail {
	border-color: red !important;
}

textarea {
	font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
	font-size: 14px !important;
	resize: none !important;
}

[data-bs-theme="light"] body {
	background-color: rgb(33, 37, 41);
}

[data-bs-theme="dark"] .no-light {
	display: none;
}

[data-bs-theme="light"] .no-dark {
	display: none;
}
