Customization

Colors

@brand-primary:   @gray-lighter   // #eee
@brand-success:   @gray-light     // #777
@brand-info:      @gray           // #555
@brand-warning:   @gray-dark      // #333
@brand-danger:    @gray-darker    // #222

Scaffolding

@link-color:            #DA2E75 // jelly bean flavour
@link-hover-color:      @gray-light
@link-hover-decoration: none

Typography

@font-family-sans-serif: 'Open Sans', sans-serif;
@headings-font-weight:    700

@font-size-h1: floor((@font-size-base * 2.0))    // 2.60 14px 2.0  
@font-size-h2: floor((@font-size-base * 1.65))   // 2.15      1.65 
@font-size-h3: floor((@font-size-base * 1.34))   // 1.75      1.34 
@font-size-h4: floor((@font-size-base * 0.96))   // 1.25      0.96 
@font-size-h5: @font-size-base                   // 1.00      1.00 
@font-size-h6: ceil((@font-size-base * 0.85))    // 0.85      0.85 

Components

@component-active-color: @gray-dark

Code

@code-color:              @gray-dark
@code-bg:                 @gray-lighter
@kbd-bg:                  @gray-dark
@pre-bg:                  @gray-lighter
@pre-color:               @gray-dark
@pre-border-color:        @pre-bg

Type

@blockquote-font-size:    @font-size-base