CR:Colors.css

From Cosmic Reach Wiki
Jump to navigation Jump to search
root {
/* Primary Color Scheme */
-primary-background-color: rgb(43,43,43); /* Greisch grey */
-secondary-background-color: rbg(0,0,0); /* Black */
-primary-text-color: rgb(41, 25, 255); /* Blue */ 
-secondary-text-color: rgb(124, 116, 253); /* Light Purple */
/* Information Colors */
-attention-color: rgb(207, 114, 28);
-error-color: rgb(143, 0, 0);
-info-color: rgb(207, 114, 28);
/*Testing Color Scheme */
-test-prim-bg-cl: rgb(0, 22, 110);

}