File diff e3e64fe96f61 → 76c4029e3f8c
static/scss/variables.scss
Show inline comments
...
 
@@ -7,12 +7,13 @@ $background-filter-transparent: change-color($background-filter, $alpha: 0.5);
 
/* 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;
 
$headings-line-height: 1.0;
 
$text-color: #000;
 

	
 

	
 
// Navbar
 
$navbar-default-bg: $brand-primary;
 
$navbar-default-color: white;
 
$navbar-default-link-color: darken($navbar-default-color, 6.5%);