#category a:link,
#category a:visited {
	color: #6c757d;
	/* same as text-secondary */
}

#category a:hover {
	text-decoration: none;
	color: #007bff;
	/* same as text-primary */
}

#announcement .card {
	background-color: #fffacf;
}