Blame view

assets/plugins/vertical-timeline/partials/_variables.scss 357 Bytes
cf76164e6   Ting Chan   20190709
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  // colors
  
  $main-text: #7f8c97; // main text
  $link: #acb7c0; // anchor tags
  $background: #e9f0f5; // body background color
  
  $color-1: #303e49; // blue dark
  $color-2: #c03b44; // red
  $color-3: #ffffff; // white
  $color-4: #75ce66; // green
  $color-5: #f0ca45; // yellow
  
  // fonts 
  
  $primary-font: 'Droid Serif', serif;
  $secondary-font: 'Open Sans', sans-serif;