]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/_variables.scss
add result VoD links
[alttp.git] / resources / sass / _variables.scss
index 886d1d2bc307ab5cd666e1794660cd43cd1b0486..62d7e8f9d1b595643dfd7f1fad7ff5b8148e0be3 100644 (file)
@@ -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
 );