theme-blog-ewen/assets/scss/_variables.scss
2022-02-22 20:21:32 +01:00

14 lines
292 B
SCSS

// Color Variables
$primary-color: #00AAA1;
$text-color: #666666;
$text-color-dark: #222222;
$text-color-light: #959595;
$body-color: #fff;
$border-color: #ACB9C4;
$black: #000;
$white: #fff;
$gray: #f4fcff;
// Font Variables
$primary-font: 'GenLight', sans-serif;
$icon-font: 'fontawesome';