]> git.localhorst.tv Git - alttp.git/blob - resources/sass/_variables.scss
add discord auth
[alttp.git] / resources / sass / _variables.scss
1 // Body
2 $body-bg: #f8fafc;
3
4 // Typography
5 $font-family-sans-serif: 'Nunito', sans-serif;
6 $font-size-base: 0.9rem;
7 $line-height-base: 1.6;
8
9 // Custom variant
10 $custom-colors: (
11         "discord": #5865f2
12 );