

$table-selected: #08C !default;

@import 'select.dataTables.scss';

table.dataTable tbody {
	tr.selected,
	th.selected,
	td.selected {
		color: white;

		a {
			color: #a2d4ed;
		}
	}
}
