6 lines
111 B
SCSS
6 lines
111 B
SCSS
|
$colors: (
|
||
|
"main--bg": #281734,
|
||
|
"main": #d5bfbf,
|
||
|
"text-input": #e8e22e,
|
||
|
"text-input--bg": #1d191a,
|
||
|
);
|