open-pod-draft-site/_variables.scss

6 lines
89 B
SCSS
Raw Permalink Normal View History

2020-07-28 11:26:18 +02:00
$theme-colors: (
"danger": #f24400,
);
$link-color: map-get($theme-colors, "danger");