Sha256: 53103cf31c0652a61b257f95869f846db2de3ec9dc541ce5155211c2181c0bfc
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
@charset "utf-8"; // FONTS $base-font-family: 'Cormorant Infant', serif !default; $base-font-weight: 400 !default; $base-font-size: 13px !default; $base-line-height: 1.2rem !default; $headings-font-family: 'Cormorant Unicase', serif !default; $headings-font-weight: 400 !default; $code-font-family: 'Xanh Mono', monospace !default; $code-font-weight: 400 !default; $spacing: 30px !default; // LINKS $link-decoration: 'none' !default; $link-hover-decoration: 'none' !default; // BREADCRUMBS $crumb-link-decoration: none !default; $crumb-hover-decoration: none !default; // BORDERS $border-width: 1px !default; $border-radius: .45rem !default; $border-radius-sm: .1875rem !default; $border-radius-lg: .9375rem !default; $border-radius-pill: 1rem !default; // CODE $code-font-height: .85rem !default; // COPYRIGHT $copyright-height: 2.5rem !default; // FOOTER $footer-height: 5rem !default; // NAVBAR $navbar-height: 3rem !default; $navbar-padding-x: .5rem !default; $navbar-padding-y: .5rem !default; $navbar-search-max-width: 210px !default; // SIDEBAR $sidebar-width: 260px !default; $sidebar-width-sm: 210px !default; $sidebar-width-lg: 350px !default;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redeyed-jekyll-theme-0.1.2 | _sass/theme/variables.scss |
redeyed-jekyll-theme-0.1.1 | _sass/theme/variables.scss |