13 lines
254 B
SCSS
13 lines
254 B
SCSS
$themes: (
|
|
"light": (
|
|
"background": #f4f4f4,
|
|
"navbar": #FFF8F8,
|
|
"main": #BDF2D5,
|
|
"footer": #F2F2F2,
|
|
"sub": #F4FCFC,
|
|
"bold": #647b9b,
|
|
"text": #1A1A1A,
|
|
"muted": #797a7e,
|
|
),
|
|
);
|