X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=sass%2Fjuplo.scss;fp=sass%2Fjuplo.scss;h=3a38c5f9fa80038d87ae7576c0c63a956b34d9e3;hb=b19975ae32c2f78e1d5f64ef43c303c3b2870e9f;hp=0000000000000000000000000000000000000000;hpb=f50f8f433dca15c7ce2a46e0a6a7cfbc8c04ef53;p=website diff --git a/sass/juplo.scss b/sass/juplo.scss new file mode 100644 index 00000000..3a38c5f9 --- /dev/null +++ b/sass/juplo.scss @@ -0,0 +1,29 @@ +@charset "utf-8"; + +// Customization + +// You can easily customize Bulma with your own variables. +// Just uncomment the following block to see the result. + +/* +// 1. Import the initial variables +@import "../node_modules/bulma/sass/utilities/initial-variables"; + +// 2. Set your own initial variables +// Update the blue shade, used for links +$blue: #06bcef; +// Add pink and its invert +$pink: #ff8080; +$pink-invert: #fff; +// Update the sans-serif font family +$family-sans-serif: "Helvetica", "Arial", sans-serif; + +// 3. Set the derived variables +// Use the new pink as the primary color +$primary: $pink; +$primary-invert: $pink-invert; + +// 4. Import the rest of Bulma +*/ + +@import "../node_modules/bulma/bulma";