feature-change-applier/stylesheets/_variables.scss

7 lines
130 B
SCSS
Raw Permalink Normal View History

2020-02-27 00:36:40 +00:00
$colors: (
"main--bg": #281734,
"main": #d5bfbf,
"text-input": #e8e22e,
"text-input--bg": #1d191a,
2020-02-28 19:47:24 +00:00
"error": #ff0000
2020-02-27 00:36:40 +00:00
);