44434a7d39
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
7 lines
332 B
TypeScript
7 lines
332 B
TypeScript
export const BORDER_COLOR = 'border-vega-clight-500 dark:border-vega-cdark-500';
|
|
export const GRADIENT =
|
|
'bg-gradient-to-b from-vega-clight-800 dark:from-vega-cdark-800 to-transparent';
|
|
|
|
export const SKY_BACKGROUND =
|
|
'bg-[url(/sky-light.png)] dark:bg-[url(/sky-dark.png)] bg-[40%_0px] bg-[length:1440px] bg-no-repeat bg-local';
|