]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/_variables.scss
remove some useless svg groups
[alttp.git] / resources / sass / _variables.scss
index 3c0d0e7460a876c1df890bea895db559d19918b3..f49b5e3fa8bf3a2124a339abaccf327a80f6bd39 100644 (file)
@@ -1,5 +1,6 @@
 // Body
-$body-bg: #f8fafc;
+$body-bg: #343a40;
+$body-color: #e9ecef;
 
 // Typography
 $font-size-base: 0.9rem;
@@ -10,6 +11,7 @@ $bronze: #ad8a56;
 $challonge: #ff7324;
 $discord: #5865f2;
 $gold: #c9b037;
+$racetime: #eeeeee;
 $silver: #b4b4b4;
 $twitch: #6441a5;
 $youtube: #ff0000;
@@ -18,6 +20,10 @@ $youtube: #ff0000;
 $custom-colors: (
        "challonge": $challonge,
        "discord": $discord,
+       "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>");