X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2F_variables.scss;h=62d7e8f9d1b595643dfd7f1fad7ff5b8148e0be3;hb=d256e01621a8b1072365ae0893002dccb7661898;hp=ba6f9ca88c766aca35df9aa4b7fc6f49d8ef412d;hpb=f642f1eda2a68ad5e09b71ccdae1499bc9d31e4f;p=alttp.git diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index ba6f9ca..62d7e8f 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -6,7 +6,17 @@ $font-family-sans-serif: 'Nunito', sans-serif; $font-size-base: 0.9rem; $line-height-base: 1.6; +// Colors +$bronze: #ad8a56; +$discord: #5865f2; +$gold: #c9b037; +$silver: #b4b4b4; +$twitch: #6441a5; +$youtube: #ff0000; + // Custom variant $custom-colors: ( - "discord": #5865f2 + "discord": $discord, + "twitch": $twitch, + "youtube": $youtube );