@media (prefers-color-scheme: dark) {
	.dataframe thead th {
		color: black !important;
		background-color: #add !important;
	}
}
