@charset "UTF-8";

footer {
	background-color: var(--theme-bg-color);
	color: var(--white);
}

footer a,
footer a:visited {
	color: var(--white-75);
}

footer a:hover,
footer a:active {
	color: var(--white);
	text-decoration: none;
}

footer a.txt-date:hover,
footer a.txt-date:active {
	color: var(--theme-text-color);
}

/* LEGAL INFORMATION */

#legal-information-modal a {
	color: var(--black);
	text-decoration: underline;
}

#get-app a {
	width: 200px;
}