@charset "UTF-8";

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

footer a,
footer a:visited {
	color: var(--theme-text-color);
}

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);
}

