theme-blog-ewen/assets/scss/_variables.scss

15 lines
356 B
SCSS
Raw Normal View History

2022-02-22 19:21:32 +00:00
// Color Variables
$primary-color: #00AAA1;
2022-03-31 04:22:55 +00:00
$text-color: black;
2022-02-22 19:21:32 +00:00
$text-color-dark: #222222;
$text-color-light: #959595;
$body-color: #fff;
$border-color: #ACB9C4;
$black: #000;
$white: #fff;
$gray: #f4fcff;
// Font Variables
2022-03-31 04:22:55 +00:00
//$primary-font: 'GenLight', sans-serif;
$primary-font: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
2022-02-22 19:21:32 +00:00
$icon-font: 'fontawesome';