]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/_variables.scss
basic content editing
[alttp.git] / resources / sass / _variables.scss
index aadcd836691bf6dd8adc6e80714a1229ff3a43be..f546d4f0dbb496eb67b392707c3b61a0a46e6ef0 100644 (file)
@@ -2,7 +2,6 @@
 $body-bg: #f8fafc;
 
 // Typography
-$font-family-sans-serif: 'Nunito', sans-serif;
 $font-size-base: 0.9rem;
 $line-height-base: 1.6;
 
@@ -11,8 +10,12 @@ $bronze: #ad8a56;
 $discord: #5865f2;
 $gold: #c9b037;
 $silver: #b4b4b4;
+$twitch: #6441a5;
+$youtube: #ff0000;
 
 // Custom variant
 $custom-colors: (
-       "discord": $discord
+       "discord": $discord,
+       "twitch": $twitch,
+       "youtube": $youtube
 );