X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2F_variables.scss;h=f49b5e3fa8bf3a2124a339abaccf327a80f6bd39;hb=e49b130505f5712075dca2ff990e5a63fc90ce3c;hp=f546d4f0dbb496eb67b392707c3b61a0a46e6ef0;hpb=7f559e51e1ce1cc61280e0e548bb59a53b86f151;p=alttp.git diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index f546d4f..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; @@ -7,15 +8,22 @@ $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, + "racetime": $racetime, "twitch": $twitch, "youtube": $youtube ); + +// Form fixes +$form-select-indicator: url("data:image/svg+xml,");