X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2F_variables.scss;h=f546d4f0dbb496eb67b392707c3b61a0a46e6ef0;hb=7c6716036321ba09846785720e81459aad55a323;hp=886d1d2bc307ab5cd666e1794660cd43cd1b0486;hpb=9e52cf7a5fc89a89301e00e9595c80b783449bbe;p=alttp.git diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index 886d1d2..f546d4f 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -2,7 +2,6 @@ $body-bg: #f8fafc; // Typography -$font-family-sans-serif: 'Nunito', sans-serif; $font-size-base: 0.9rem; $line-height-base: 1.6; @@ -12,9 +11,11 @@ $discord: #5865f2; $gold: #c9b037; $silver: #b4b4b4; $twitch: #6441a5; +$youtube: #ff0000; // Custom variant $custom-colors: ( "discord": $discord, - "twitch": $twitch + "twitch": $twitch, + "youtube": $youtube );