Sha256: c74d1500a239b29ee85eb9ef214f456c792e825d6346aac455bd975c4807d627

Contents?: true

Size: 1.52 KB

Versions: 8

Compression:

Stored size: 1.52 KB

Contents

// Misc.
$misc: (
    z-index-base:       10000,
    lightbox-opacity:   0.875
);

// Duration.
$duration: (
    nav:                0.5s,
    transition:         0.2s,
    lightbox-fadein:    0.5s
);

// Size.
$size: (
    border-radius:      0.375em,
    element-height:     2.75em,
    element-margin:     2em,
    sidebar-width:      26em,
    sidebar-width-alt:  24em,
    gutter:             3em
);

// Font.
$font: (
    family:             ('Open Sans', sans-serif),
    family-heading:     ('Roboto Slab', serif),
    family-fixed:       ('Courier New', monospace),
    weight:             400,
    weight-bold:        900,
    weight-heading:     700,
    weight-heading-alt: 400,
    kerning-heading:    0.075em
);

// Palette.
$palette: (
    bg:                 #ffffff,
    bg-alt:             #f5f6f7,
    bg-inverted:        #0044dd,
    bg-alt-inverted:    #123456,
    bg-light-inverted:  #274c6f,
    fg:                 #000000,
    fg-bold:            #000000,
    fg-light:           #9fa3a6,
    fg-inverted:        #ffffff,
    fg-bold-inverted:   #ffffff,
    fg-light-inverted:  #ffffff,
    border:             rgba(210,215,217,0.75),
    border-bg:          transparentize(#e6ebed, 0.75),
    border-inverted:    #ffffff,
    border-bg-inverted: #ffffff,
    accent:             #0044dd,
    accent-cp:          #ffdd44,
    accent-light:       rgba(130,200,255,0.5),
    accent-inverted:    #ffffff,
    accent-cp-inverted: #6666ff,
    accent-light-inverted: #ffdd88,
);

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.11.24 _sass/libs/_vars.scss
jekyll-theme-consulting-0.11.23 _sass/libs/_vars.scss
jekyll-theme-consulting-0.11.22 _sass/libs/_vars.scss
jekyll-theme-consulting-0.11.21 _sass/libs/_vars.scss
jekyll-theme-consulting-0.11.20 _sass/libs/_vars.scss
jekyll-theme-consulting-0.11.19 _sass/libs/_vars.scss
jekyll-theme-consulting-0.11.18 _sass/libs/_vars.scss
jekyll-theme-consulting-0.11.17 _sass/libs/_vars.scss