blob: 7442982c3a69098723514283871b80abb6c4fa92 [file] [log] [blame]
/* Common Gold Colors via CSS Variables.
Can be imported via:
@import '../colors';
*/
html {
--gold: rgb(217, 95, 2);
--bright-orange: rgb(255, 127, 0);
--light-error-red: rgb(255, 230, 230);
}