Skip to content

Instantly share code, notes, and snippets.

@ed588
Created October 28, 2018 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ed588/9d87ba2bca0b6580fca6b691b5edcfc9 to your computer and use it in GitHub Desktop.
Save ed588/9d87ba2bca0b6580fca6b691b5edcfc9 to your computer and use it in GitHub Desktop.
The scss file that customised bulma for nselec
// this file is public-domain; do whatever you want with it!
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
$darkgreen: #007f46;
$lightgreen: #00aa35;
$mainbg: #f6f6f0;
$family-sans-serif: "Raleway", sans-serif;
$primary: $darkgreen;
$title-color: $darkgreen;
$title-weight: 700;
$link: $lightgreen;
$body-background-color: $mainbg;
$table-background-color: $mainbg;
$footer-background-color: hsl(0, 0%, 87%);
@import "../bulma-0.7.1/bulma.sass";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment