X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fsass%2F_variables.scss;h=f546d4f0dbb496eb67b392707c3b61a0a46e6ef0;hb=7f559e51e1ce1cc61280e0e548bb59a53b86f151;hp=172daaadb3cfe1aa44eaee8cb5d7b4b0e2413427;hpb=78ee3a45427e1227013773b2a1c19fc1ee0efc12;p=alttp.git diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index 172daaa..f546d4f 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -2,6 +2,20 @@ $body-bg: #f8fafc; // Typography -$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 +);