<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************/

/* GENERIC RULES */

/*****************/



body.light { color: #212121; }

.light a:hover { color: #212121; }

.light h1 a,
.light .h1 a,
.light h2 a,
.light .h2 a,
.light h3 a,
.light .h3 a,
.light h4 a,
.light .h4 a,
.light h5 a,
.light .h5 a,
.light h6 a,
.light .h6 a {
	color: #212121;
}



/*******************/

/* GENERIC CLASSES */

/*******************/



.light [class!="extras"] .button { color: #FFF; }

.light [class!="extras"] .button:hover { color: #FFF; background-color: #212121; }



/****************/

/* ENTRY STYLES */

/****************/



/* Hentry */

section.light {

	background-color: #FFF;

	color: #212121;

}

	section.light .entry-content {

		border-color: #212121;

	}

.light .hentry.box {

	background: #FFF;

	color: #212121;

}



/**************/

/* SUPERSIZED */

/**************/

.light #progress-back {

	background: #FFF;

}</pre></body></html>