X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2F_variables.scss;h=f49b5e3fa8bf3a2124a339abaccf327a80f6bd39;hb=9a4e2305bb37cb8c62e3ad332f4a2bf45f720a18;hp=172daaadb3cfe1aa44eaee8cb5d7b4b0e2413427;hpb=78ee3a45427e1227013773b2a1c19fc1ee0efc12;p=alttp.git diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index 172daaa..f49b5e3 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -1,7 +1,29 @@ // Body -$body-bg: #f8fafc; +$body-bg: #343a40; +$body-color: #e9ecef; // Typography -$font-family-sans-serif: 'Nunito', sans-serif; $font-size-base: 0.9rem; $line-height-base: 1.6; + +// Colors +$bronze: #ad8a56; +$challonge: #ff7324; +$discord: #5865f2; +$gold: #c9b037; +$racetime: #eeeeee; +$silver: #b4b4b4; +$twitch: #6441a5; +$youtube: #ff0000; + +// Custom variant +$custom-colors: ( + "challonge": $challonge, + "discord": $discord, + "racetime": $racetime, + "twitch": $twitch, + "youtube": $youtube +); + +// Form fixes +$form-select-indicator: url("data:image/svg+xml,");