]> git.localhorst.tv Git - alttp.git/blob - resources/sass/_variables.scss
add user stream links
[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
16 // Custom variant
17 $custom-colors: (
18         "discord": $discord,
19         "twitch": $twitch
20 );