Sha256: 2f3ed2ea1814605a459a93023e7182bd7f0fbaf06fa0c72fb1ce8b3cccf88d64
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 KB
Contents
/* THEME VARIABLES */ // Typography $font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, 'helvetica neue', helvetica, ubuntu, roboto, noto, 'segoe ui', arial, sans-serif; $code-font-family: menlo, monaco, monospace; $code-font-size: 0.9rem; $code-font-weight: 300; // Links $link: $black; $hover: $silver; $author-cta-link: $silver; $author-cta-hover: $green; // Buttons $btn-primary: $blue; $btn-secondary: $silver; $btn-success: $green; $btn-warning: $yellow; $btn-danger: $red; $btn-info: $light-blue; $btn-light: $near-white; $btn-dark: $black-90; // Alerts $alert-primary: $light-blue; $alert-secondary: $light-gray; $alert-success: $washed-green; $alert-warning: $washed-yellow; $alert-danger: $washed-red; $alert-info: $lightest-blue; $alert-light: $near-white; $alert-dark: $black-90; // Codeblocks $code-background-color: $near-white; $linenos-color: $moon-gray; $gutter-background-color: $light-gray; // Blockquotes $blockquote-border-color: $black; $blockquote-color: $black; // Horizontal rule $hr-color: $light-gray; // Abbreviation $abbr-color: $black; // Tables $table-border-color: $black; $table-header-color: $white; // Highlighted text $mark-color: $washed-green; // Image captions $figcaption-color: $silver;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
minimal-jekyll-theme-0.2.0 | _sass/_variables.scss |
minimal-jekyll-theme-0.1.4 | _sass/_variables.scss |