a {
	color: rgb(var(--color-dark-blue-light-fade));
	text-decoration: none;
}

a:hover {
	color: rgb(var(--color-yellow));
	text-decoration: underline;
}

.alert a {
	text-decoration: underline;
}

main a[href].rounded {
	text-decoration: none;
}

main a[href].rounded:hover {
	filter: drop-shadow(0 0 .5rem white);
}

main img {
	max-width: 100%;
}

#gmodpatchtool {
	background: #1295f0;
	font-size: 32px;
	line-height: 32px;
}

#linux {
	font-size: 64px;
	line-height: 54px;
}

#step-progress-label {
	user-select: none;
}
