]> git.localhorst.tv Git - alttp.git/blob - resources/sass/_variables.scss
respond to whispers
[alttp.git] / resources / sass / _variables.scss
1 // Body
2 $body-bg: #343a40;
3 $body-color: #e9ecef;
4
5 // Typography
6 $font-size-base: 0.9rem;
7 $line-height-base: 1.6;
8
9 // Colors
10 $bronze: #ad8a56;
11 $challonge: #ff7324;
12 $discord: #5865f2;
13 $gold: #c9b037;
14 $racetime: #eeeeee;
15 $silver: #b4b4b4;
16 $twitch: #6441a5;
17 $youtube: #ff0000;
18
19 // Custom variant
20 $custom-colors: (
21         "challonge": $challonge,
22         "discord": $discord,
23         "racetime": $racetime,
24         "twitch": $twitch,
25         "youtube": $youtube
26 );
27
28 // Form fixes
29 $form-select-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$body-color}' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");