X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2F_variables.scss;h=c6b8ae5fa2d86c6c2f1b524fde25d8d7fb69449b;hb=16662be0b3432d67307ae8c2bb798362d77bab99;hp=62d7e8f9d1b595643dfd7f1fad7ff5b8148e0be3;hpb=0407853837c323428d122a027fbdb574025824db;p=alttp.git diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index 62d7e8f..c6b8ae5 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -2,21 +2,24 @@ $body-bg: #f8fafc; // Typography -$font-family-sans-serif: 'Nunito', sans-serif; $font-size-base: 0.9rem; $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 );