X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2F_variables.scss;h=62d7e8f9d1b595643dfd7f1fad7ff5b8148e0be3;hb=2dd77d469225174b6b37509fce43b92f451412e7;hp=172daaadb3cfe1aa44eaee8cb5d7b4b0e2413427;hpb=78ee3a45427e1227013773b2a1c19fc1ee0efc12;p=alttp.git diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index 172daaa..62d7e8f 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -5,3 +5,18 @@ $body-bg: #f8fafc; $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": $discord, + "twitch": $twitch, + "youtube": $youtube +);