Sha256: 5a93b4c94060cae874eb7a400eab08c24aa9c68e001b58246de80e91920a0865

Contents?: true

Size: 1.1 KB

Versions: 8

Compression:

Stored size: 1.1 KB

Contents

// Misc.
	$misc: (
		z-index-base:		10000
	);

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

// 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:		600,
		weight-heading:		700,
		weight-heading-alt:	400,
		kerning-heading:	0.075em
	);

// Palette.
	$palette: (
		bg:					#ffffff,
		bg-alt:				#f5f6f7,
		bg-inverted:		#6666ff,
		bg-alt-inverted:	#223344,
		fg:					#7f888f,
		fg-bold:			#3d4449,
		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:				#6666ff,
		accent-cp:			#ffdd44,
		accent-inverted:	#ffffff,
		accent-cp-inverted:	#6666ff,
	);

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.4.4 _sass/libs/_vars.scss
jekyll-theme-consulting-0.4.3 _sass/libs/_vars.scss
jekyll-theme-consulting-0.4.2 _sass/libs/_vars.scss
jekyll-theme-consulting-0.4.1 _sass/libs/_vars.scss
jekyll-theme-consulting-0.4.0 _sass/libs/_vars.scss
jekyll-theme-consulting-0.3.3 _sass/libs/_vars.scss
jekyll-theme-consulting-0.3.2 _sass/libs/_vars.scss
jekyll-theme-consulting-0.3.1 _sass/libs/_vars.scss