X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2F_variables.scss;h=886d1d2bc307ab5cd666e1794660cd43cd1b0486;hb=9e52cf7a5fc89a89301e00e9595c80b783449bbe;hp=aadcd836691bf6dd8adc6e80714a1229ff3a43be;hpb=0f171dfffd9c0c2cc895c9f282c5f4550844cc5a;p=alttp.git diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index aadcd83..886d1d2 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -11,8 +11,10 @@ $bronze: #ad8a56; $discord: #5865f2; $gold: #c9b037; $silver: #b4b4b4; +$twitch: #6441a5; // Custom variant $custom-colors: ( - "discord": $discord + "discord": $discord, + "twitch": $twitch );