]> git.localhorst.tv Git - alttp.git/blob - resources/sass/_variables.scss
62d7e8f9d1b595643dfd7f1fad7ff5b8148e0be3
[alttp.git] / resources / sass / _variables.scss
1 // 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 $bronze: #ad8a56;
11 $discord: #5865f2;
12 $gold: #c9b037;
13 $silver: #b4b4b4;
14 $twitch: #6441a5;
15 $youtube: #ff0000;
16
17 // Custom variant
18 $custom-colors: (
19         "discord": $discord,
20         "twitch": $twitch,
21         "youtube": $youtube
22 );