]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/_variables.scss
number rounds and results
[alttp.git] / resources / sass / _variables.scss
index ba6f9ca88c766aca35df9aa4b7fc6f49d8ef412d..aadcd836691bf6dd8adc6e80714a1229ff3a43be 100644 (file)
@@ -6,7 +6,13 @@ $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;
+
 // Custom variant
 $custom-colors: (
-       "discord": #5865f2
+       "discord": $discord
 );