Sha256: 5036e61748918a33038789ea675aa5b9a376112c117142758b6b2e7f7239587a

Contents?: true

Size: 696 Bytes

Versions: 1

Compression:

Stored size: 696 Bytes

Contents

/* fonts */
$body-font: "Lato", sans-serif;
$mono-font: monospace;
$head-font: "Roboto-Slab", sans-serif;

/* reset */
$box-shadow-focus: none;

/* theme color */
$theme-blue: #2980b9;
$theme-red: #e74c3c;
$theme-white: lighten($black, 99%);
$theme-black: lighten($black, 15%);

/* theme link */
$theme-link: $blue;
$theme-link-hover: lighten($blue, 10%);
$theme-link-visited: lighten($purple, 10%);

/* theme code */

/* theme mask */
$theme-mask-white: transparentize($theme-white, 0.9);
$theme-mask-black: transparentize($theme-black, 0.9);

/* theme menu */
$theme-menu-width: 300px;
$theme-menu-background: darken($theme-black, 10%);
$theme-menu-active-background: darken($theme-blue, 20%);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-rtd-theme-2.0.0.pre.beta _sass/_variables.scss