blob: 0357d6edf335630982a4da5bd815c78183746009 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Colors.
$primary: #262362;
$secondary: #ffffff;
$link-color: #286FD7;
// Fonts.
$google_font_name: "Roboto";
$google_font_family: "Roboto";
$font-size-base: 1rem;
$h1-font-size: $font-size-base * 2;
$h2-font-size: $font-size-base * 1.85;
$h3-font-size: $font-size-base * 1.65;
$h4-font-size: $font-size-base * 1.35;
$h5-font-size: $font-size-base * 1.25;
$h6-font-size: $font-size-base;
|