]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/_variables.scss
some discord bot stuff
[alttp.git] / resources / sass / _variables.scss
index aadcd836691bf6dd8adc6e80714a1229ff3a43be..c6b8ae5fa2d86c6c2f1b524fde25d8d7fb69449b 100644 (file)
@@ -2,17 +2,24 @@
 $body-bg: #f8fafc;
 
 // Typography
-$font-family-sans-serif: 'Nunito', sans-serif;
 $font-size-base: 0.9rem;
 $line-height-base: 1.6;
 
 // Colors
 $bronze: #ad8a56;
+$challonge: #ff7324;
 $discord: #5865f2;
 $gold: #c9b037;
+$racetime: #eeeeee;
 $silver: #b4b4b4;
+$twitch: #6441a5;
+$youtube: #ff0000;
 
 // Custom variant
 $custom-colors: (
-       "discord": $discord
+       "challonge": $challonge,
+       "discord": $discord,
+       "racetime": $racetime,
+       "twitch": $twitch,
+       "youtube": $youtube
 );