blob: f5a3f49e8f0b227ca478f83c59bc3ad448bedd54 [file] [log] [blame]
/* Common CT Colors via CSS Variables.
Can be imported via:
@import '../colors';
*/
html {
--lavender: rgb(204, 204, 255);
--transparent-grey: rgba(0,0,0,0.3);
}