File diff b3fe9130e5d0 → ae091198eab8
static/scss/variables.scss
Show inline comments
 
/* COLORS */
 
// Used by links, buttons, and other background bits.
 
$brand-primary: darken(rgb(0, 202, 10), 20%);
 
$brand-primary: rgb(87, 118, 50);
 
$brand-secondary: #afe478;
 

	
 
$logo-sky-blue: #449fe8;
 
//$background-filter: hsla(207, 60%, 85%, 1.0);
 
$background-filter: $logo-sky-blue;
 

	
 
$background-filter: $brand-secondary;
 
$background-filter-transparent: change-color($background-filter, $alpha: 0.5);
 

	
 
$logo-sky-blue: $brand-secondary;
 

	
 
/* TEXT */
 
$font-family-sans-serif:  'Montserrat', Arial, sans-serif;
 
$font-family-serif:       Georgia, "Times New Roman", Times, serif;
 
$font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;
 
$font-size-base:          16px;