.thread_status {
	color: var(--accent-color-less-opacity);
	opacity: 0.5;
}

.thread_status.dot_newfolder, .thread_status.dot_newhotfolder, .thread_status.dot_newhotclosefolder, .thread_status.dot_newclosefolder, .thread_status.newfolder, .thread_status.newhotfolder, .thread_status.newhotclosefolder, .thread_status.newclosefolder {
	color: var(--accent-color);
	opacity: 1;
}