]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/_variables.scss
strip emotes for language detection
[alttp.git] / resources / sass / _variables.scss
index 886d1d2bc307ab5cd666e1794660cd43cd1b0486..f49b5e3fa8bf3a2124a339abaccf327a80f6bd39 100644 (file)
@@ -1,20 +1,29 @@
 // Body
-$body-bg: #f8fafc;
+$body-bg: #343a40;
+$body-color: #e9ecef;
 
 // 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: (
+       "challonge": $challonge,
        "discord": $discord,
-       "twitch": $twitch
+       "racetime": $racetime,
+       "twitch": $twitch,
+       "youtube": $youtube
 );
+
+// Form fixes
+$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>");