/**
 * themes/light/blue
 */

:root {
	/* general */
		--link-text: #06c;
		--link-active: #26c;
		--link-visited: #06c;
		--link-hover-fg: white;
		--link-hover-bg: #28e;

	/* sidebar */
		--sb-navbox-linkhoverbg: #28e;
		--sb-navbox-linkhoverfg: #ddd;
		--sb-navbox-linkhoverbg: linear-gradient(#28e, #05b);

	/* content */
		--container-hborder: #05b;
		--container-headerbar-hbg: #05b;
		--container-headerbar-hborder: #05b;
		--container-headerbar-hborder-top: #05b;

		/* use these values for a gradient effect */
		--container-headerbar-hbg: linear-gradient(#28e, #05b);
		--container-headerbar-hborder-top: #28e;

	/* ui */
		/*--ui-button-submit-bg: #2288ee;
		--ui-button-submit-bg: linear-gradient(#2288ee, #1966dd);
		--ui-button-submit-fg: white;
		--ui-button-submit-border: #0066cc;

		--ui-button-submit-hover-bg: #1177dd;
		--ui-button-submit-hover-fg: white;
		--ui-button-submit-hover-border: #0066cc;

		--ui-button-submit-active-bg: #0055bb;
		--ui-button-submit-active-fg: white;
		--ui-button-submit-active-border: #0066cc;*/
}