<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[data-theme="lightblue"] {

	/* === design elements === */
	--icon-filter: invert(100%);

	/* === background === */
	--bg: linear-gradient(hsl(0, 0%, 98%), hsl(216, 10%, 90%));
	--bg-img: url("../resources/main/textures/bglightblu.webp");
	--pebl-img: url("../resources/main/images/widepelblue.webp");

	/* === ui colors === */
	--highlight-color: #d0dde9; /* same as border color except more transparent */
	--highlight-2-color: #bad1e7; /* same as border color except more transparent */
	--border-color: rgba(198, 198, 198, 0.5);
	--sidebar-button-color: #d8e4f1;
	--bg-color: #E7E8E9; 
	--bg-transp-color: rgba(236, 239, 244, 0.6);
	--bg-transp-color-2: rgba(236, 239, 244, 0.8);

	/* === text colors === */
	--pebble-yellow: #0077ff;
	--pebble-yellow-transp: rgba(73, 172, 253, 0.4);
	--link: rgba(178, 193, 198, 0.4);
	--pebble-yellow-transp-faint: rgba(253,209,72,.15);
	--text-color-white: rgb(0, 0, 0);
	--text-color: rgb(72, 72, 72);
	--date-color: rgba(0, 0, 0, 0.33);

	/* === shadows === */
	--shadow-color: rgba(0,0,0,.3);
	--shadow-light-color: rgba(0,0,0,.1);

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