Projekt

Obecné

Profil

Stáhnout (468 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 ab1bb0fc Adam Mištera
// Body
2
$body-bg: #f8fafc;
3
4
// Typography
5
$font-family-sans-serif: 'Nunito', sans-serif;
6
$font-size-base: 0.9rem;
7
$line-height-base: 1.6;
8
9
// Colors
10
$blue: #3490dc;
11
$indigo: #6574cd;
12
$purple: #9561e2;
13
$pink: #f66d9b;
14
$red: #e3342f;
15
$orange: #f6993f;
16
$yellow: #ffed4a;
17
$green: #38c172;
18
$teal: #4dc0b5;
19
$cyan: #6cb2eb;
20 c4f6e57a Adam Mištera
$white: #ffff;
21
$black: #000;
22 34c0b905 rizir01
23
// Custom colors
24
$cusWhite: #ffffff;
25
$cusBrown1: #ddd1b9;
26
$cusBrown2: #efdab3;
27
$cusBrown3: #ead4b0;
28
$cusBlack: #272727;