Skip to content

Instantly share code, notes, and snippets.

@coder618
Created February 11, 2018 06:10
Show Gist options
  • Save coder618/d9764f4abe5cec9cba593363a1c35f6c to your computer and use it in GitHub Desktop.
Save coder618/d9764f4abe5cec9cba593363a1c35f6c to your computer and use it in GitHub Desktop.
Bootstrap Theme Variable setup
$primary: #563d7c; // Thats a sample how you could change a BootStrap variable.
$black: #333333;
$green: #44B672;
$balck: #333333;
$dark-gray: #757575;
$light-gray: #ABA7A7;
$gray: #E0E0E0;
$facebook: #3b5998;
$twitter: #00aced;
$linkedin: #0077B5;
$youtube: #bc0001;
$font-family-base: 'Open Sans', sans-serif;
$font-weight-base: 400;
$headings-font-family: 'Playfair Display', serif;
$navbar-padding-y: 16px ;
$navbar-padding-x: 60px ;
$play-fair: 'Playfair Display', serif;
$open-sans: 'Open Sans', sans-serif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment