// Import some basic variables from Bulma
@import "../../third-party/bulma/sass/utilities/initial-variables";
+@import "../../third-party/bulma/sass/utilities/functions";
/*
Global Settings
// Use the primary colour for links
$link: $primary;
+// Define colors for architectures
+$custom-colors: (
+ "aarch64" : ($red, findColorInvert($red)),
+ "riscv64" : ($yellow, findColorInvert($yellow)),
+ "x86_64" : ($blue, findColorInvert($blue)),
+);
+
@import "../../third-party/bulma/sass/utilities/derived-variables";
// section