Sha256: 825f9855755ab6ccc8ceba188c78d762fd0c24c53989dd6801b3519edb656629

Contents?: true

Size: 650 Bytes

Versions: 1

Compression:

Stored size: 650 Bytes

Contents

/*

    THEME VARIABLES

*/

// Links
$link: $black;

// Fonts
$font-family: -apple-system, BlinkMacSystemFont,
               'avenir next', avenir,
               'helvetica neue', helvetica,
               ubuntu,
               roboto, noto,
               'segoe ui', arial,
               sans-serif;

$code-font-family: monospace;

// Codeblocks
$code-background-color: $light-gray;

// Blockquotes
$blockquote-border: $black;
$blockquote-color: $black;
$blockquote-border-left: 3px;

// Tables
$table-border: $black;
$table-header: $white;

// Highlighted text
$mark-color: $lightest-blue;

// Image captions
$figcaption-color: $light-silver;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
minimal-jekyll-theme-0.1.3 _sass/_variables.scss