X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2F_variables.scss;h=c6b8ae5fa2d86c6c2f1b524fde25d8d7fb69449b;hb=b45c183b7ba39080b6438c6238bad614c4d3953e;hp=aadcd836691bf6dd8adc6e80714a1229ff3a43be;hpb=0f171dfffd9c0c2cc895c9f282c5f4550844cc5a;p=alttp.git diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index aadcd83..c6b8ae5 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -2,17 +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: ( - "discord": $discord + "challonge": $challonge, + "discord": $discord, + "racetime": $racetime, + "twitch": $twitch, + "youtube": $youtube );