X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2F_variables.scss;h=f49b5e3fa8bf3a2124a339abaccf327a80f6bd39;hb=b27966d5c3c70532d79278ea648ef80944fba3ff;hp=c6b8ae5fa2d86c6c2f1b524fde25d8d7fb69449b;hpb=237ebc69c5eb4fbfe226c4dcdc9711d7b18ddcd2;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,");