Sha256: 216e4258cb65c65b06aab0c275037ddea16121c07791e477532a566f56cd6f8a

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

// Colors
$back-color: #333 !default;
$white-color: #fff !default;

// Spacing
$spacing-unit: 8pt !default;

// Side menu size
$desktop-menu-size: 300px !default;

// Normal font size
$mega-font-size: 30pt !default;
$large-font-size: 20pt !default;
$medium-font-size: 14pt !default;
$normal-font-size: 11pt !default;
$small-font-size: 8pt !default;

// Font
$font-family: "Calibri Light", sans-serif !default;
$code-font-family: "Consolas", monospace !default;

// Responsive sizes
$mobile-width: 760px !default;
$tablet-width: 1200px !default;

// Font awesome config
$fa-font-path: "/assets/fonts";

// Import consolas font
@font-face {
    font-family: "Consolas";
    font-size: normal;
    font-weight: normal;
    src: url('/assets/fonts/consolas.ttf');
}

// Imports
@import "./fontawesome/fontawesome.scss";
@import "./fontawesome/solid.scss";
@import "./fontawesome/brands.scss";
@import "jekyll-theme-backwhite/mixins";
@import "jekyll-theme-backwhite/back";
@import "jekyll-theme-backwhite/front";
@import "jekyll-theme-backwhite/base";
@import "jekyll-theme-backwhite/form";
@import "jekyll-theme-backwhite/misc";
@import "jekyll-theme-backwhite/syntax-highlighting";

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-backwhite-1.0.0 _sass/jekyll-theme-backwhite.scss