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