theme-blog-ewen/assets/scss/_variables.scss
2022-03-31 06:22:55 +02:00

15 lines
356 B
SCSS

// Color Variables
$primary-color: #00AAA1;
$text-color: black;
$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;
$primary-font: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
$icon-font: 'fontawesome';