Sha256: ce0c61a97e2d83bf039e2dcaa5b3dcd988425161dea018584eed0b2b99094e6d

Contents?: true

Size: 1.67 KB

Versions: 4

Compression:

Stored size: 1.67 KB

Contents

// Theses are the Overrides of Bootstrap Sass Variables locatted in boostrap/_variables
$brand-primary: #20937b;
//Home 
$home-page-title-text: #000;
$home-page-main-title-color: $brand-primary;
// Footer
$footer-bg-color: #000;
$footer-text-color: #fff;
// Sub footer
$sub-footer-bg-color: #ccc;
$footer-border-color: #272727; 
// Navbar
$navbar-text-color: #fff !default;
$navbar-hover-text-color: #fff !default;
$navbar-hover-background-color: $brand-primary !default;
$navbar-height: 66px;
$navbar-inverse-bg: #000;
$navbar-inverse-color: #fff;
// Breadcrumb
$breadcrumb-background-color: $brand-primary !default;
$breadcrumb-title-color: #fff !default;
$breadcrumb-span-color: #fff !default;
// Fonts
// Change the fonts used by Bootstrap here.
$font-family-sans-serif:  Arial, sans-serif !default;
$font-family-serif:       Georgia, "Times New Roman", Times, serif !default;
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
$font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace !default;
//Contact Page
$contact-banner-text-color: #fff !default;
// Jumbotron Settings
$jumbotron-height: 400px;
$overlay: 0.5;
$jumbotron-font-size-xs: 26px;
$jumbotron-font-size: 32px;
$jumbotron-heading-color: #fff !default;
$jumbotron-sub-title-font-size-xs: 16px;
$jumbotron-sub-title-font-size: 18px;
$jumbotron-sub-title-color: #fff !default;
// Tabbed Navbar
$tabbed-nav-bg-color: #ccc !default;
$tabbed-nav-text-color: #000 !default;
$tabbed-nav-hover-color: $brand-primary !default;
// Post tags
$post-tag-bg: #d7d7d7 !default;
$post-tag-color: #000 !default;
$post-tag-border: #8b8b8b !default;
$post-tag-hover-bg: #1f1f1f !default;
$post-tag-hover-color: #fff !default;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-3.6.3 _sass/app/overrides.scss
jumbo-jekyll-theme-3.6.2 _sass/app/overrides.scss
jumbo-jekyll-theme-3.6.1 _sass/app/overrides.scss
jumbo-jekyll-theme-3.6.0 _sass/app/overrides.scss