]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/_variables.scss
add user stream links
[alttp.git] / resources / sass / _variables.scss
index 172daaadb3cfe1aa44eaee8cb5d7b4b0e2413427..886d1d2bc307ab5cd666e1794660cd43cd1b0486 100644 (file)
@@ -5,3 +5,16 @@ $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;
+
+// Custom variant
+$custom-colors: (
+       "discord": $discord,
+       "twitch": $twitch
+);