]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/_variables.scss
update bootstrap
[alttp.git] / resources / sass / _variables.scss
index c6b8ae5fa2d86c6c2f1b524fde25d8d7fb69449b..f49b5e3fa8bf3a2124a339abaccf327a80f6bd39 100644 (file)
@@ -1,5 +1,6 @@
 // Body
-$body-bg: #f8fafc;
+$body-bg: #343a40;
+$body-color: #e9ecef;
 
 // Typography
 $font-size-base: 0.9rem;
@@ -23,3 +24,6 @@ $custom-colors: (
        "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>");