html[data-theme="dark"] {
	--th-bg: #0f1115;
	--th-bg-subtle: #171a21;
	--th-text: #f3f4f6;
	--th-text-muted: #9ca3af;
	--th-border: #262b35;
}

html[data-theme="dark"] .th-theme-icon--light {
	display: none;
}

html[data-theme="dark"] .th-theme-icon--dark {
	display: inline;
}

html[data-theme="dark"] .th-topbar-socials a {
	background: #262b35;
}

html[data-theme="dark"] .th-card-rank {
	color: #374151;
}

html[data-theme="dark"] .th-footer {
	background: #05070a;
}

html[data-theme="dark"] .th-load-more {
	color: var(--th-text);
}
