Skip to content

Instantly share code, notes, and snippets.

@hatefulcrawdad
Created August 22, 2012 07:38
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 hatefulcrawdad/3423458 to your computer and use it in GitHub Desktop.
Save hatefulcrawdad/3423458 to your computer and use it in GitHub Desktop.
BuzzApp | Settings File
Note: This settings file is used for the Scss version of Foundation. To get these same settings, visit www.foundation.zurb.com/download and customize to your hearts desires.
// Grid Settings
$rowWidth: 1000px;
$columnGutter: 16px;
$totalColumns: 16;
// Colors Settings
$mainColor: #4e34bd;
$secondaryColor: #f2ae0c;
$mainBgColor: #f1f0e8;
$headerBgColor: #272727;
$footerBgColor: #f2ae0c;
// Typography Settings
$headerFontFamily: "Cabin", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
$headerFontWeight: bold;
$headerFontColor: #272727;
$bodyFontColor: #424242;
// Modular Scale
$ratio: $golden;
$baseFontSize: 16px;
$importantModNum: 1000px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment