X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2F_variables.scss;h=f49b5e3fa8bf3a2124a339abaccf327a80f6bd39;hb=4a9ad147aedfae6d5488a7121cacf9a18775ff21;hp=c6b8ae5fa2d86c6c2f1b524fde25d8d7fb69449b;hpb=87ab0a1f3f0abebe078ba3972794627153352081;p=alttp.git diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index c6b8ae5..f49b5e3 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -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,");