<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Listed are the available color skins for the Client Dashboard and Ordering system.

Uncomment ONE of the skins listed below. Make sure to ONLY uncomment the like that starts with "@import"

ONLY USE ONE
===========================

*/

/* Graphite Skin */
/* This skin is default - comment out all other colored skins */



/* Blue Skin */
/* Uncomment the next line to choose the Blue Skin */

/* @import url(/css/dashboard-skin-blue.css); */



/* Red Skin */
/* Uncomment the next line to choose the Red Skin */

/* @import url(/css/dashboard-skin-red.css); */



/* Green Skin */
/* Uncomment the next line to choose the Green Skin */

/* @import url(/css/dashboard-skin-green.css); */



/* Orange Skin */
/* Uncomment the next line to choose the Orange Skin */

/* @import url(/css/dashboard-skin-orange.css); */</pre></body></html>