@import url("/core/components/com_tags/site/assets/css/tags.css");

.entries tbody td a.entry-title {
	background: #fadea3 !important;
	color: #5a2d00 !important;
}
.entries tbody td a.entry-title:before {
	border-color: transparent #fadea3 transparent transparent !important;
}
.entries tbody td a.entry-title:hover {
	background: #f3ae22 !important;
}
.entries tbody td a.entry-title:hover:before {
	border-color: transparent #f3ae22 transparent transparent !important;
}

/* WCAG AA: "(none)" span in tag browse table — #ccc on white = 1.6:1 (fails 4.5:1) */
.entries tbody td span {
	color: #767676; /* 4.54:1 on white (was #ccc = 1.6:1) */
}