Website colors too light

Uncheck/remove the font-family lines

.cooked, .d-editor-preview {
	/* font-family: 'IBM Plex Mono', monospace; */
	font-weight: 100;
	color: #0e1f20;
}

p {
	/* font-family: 'IBM Plex Mono', monospace; */
	font-weight: 100;
	color: #0e1f20;
}

4 Likes