]> git.localhorst.tv Git - alttp.git/blob - resources/sass/_variables.scss
some discord bot stuff
[alttp.git] / resources / sass / _variables.scss
1 // Body
2 $body-bg: #f8fafc;
3
4 // Typography
5 $font-size-base: 0.9rem;
6 $line-height-base: 1.6;
7
8 // Colors
9 $bronze: #ad8a56;
10 $challonge: #ff7324;
11 $discord: #5865f2;
12 $gold: #c9b037;
13 $racetime: #eeeeee;
14 $silver: #b4b4b4;
15 $twitch: #6441a5;
16 $youtube: #ff0000;
17
18 // Custom variant
19 $custom-colors: (
20         "challonge": $challonge,
21         "discord": $discord,
22         "racetime": $racetime,
23         "twitch": $twitch,
24         "youtube": $youtube
25 );