Sha256: 865faee0a35f81e32514de2d914d2ddd13bfd5662f1216870fc88304368ea664
Contents?: true
Size: 1.96 KB
Versions: 3
Compression:
Stored size: 1.96 KB
Contents
// Variables // // Variables should follow the `$component-state-property-size` formula for // consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs. $centos-color-0: #9ccd2a; $centos-color-1: #efa724; $centos-color-2: #a14f8c; $centos-color-3: #262577; $centos-img-logo: "/assets/img/logo.png"; $centos-img-motif: "/assets/img/motif.png"; // Color system - based in the artistic motif palette and the number of // occurrence each color has in the image. $white: #fff; $primary: #0f5dd5; $secondary: #0f1c4c; $dark: #020008; // Header $home-header-padding-top: 202px; $home-header-padding-bottom: 150px; $page-header-padding-top: 152px; $page-header-padding-bottom: 100px; $heading-margin-top: 1rem; $scroll-margin-top: $heading-margin-top * 2.6; // Body - settings for `<body>` element. $body-bg: #f0f0f0; $body-color: $dark; // Paragraphs $paragraph-margin-bottom: 1.8rem; $code-color: $dark; // Typography - Font, line-height, and color for body text, headings, and more. $font-family-path: "/assets/fonts"; $font-family-sans-serif: Montserrat; $line-height-base: 1.75; $headings-line-height: $line-height-base - 0.3; $headings-font-weight: 700; // Dropdown menu container and contents. $dropdown-bg: $dark; $dropdown-link-color: $white; $dropdown-link-hover-color: $white; $dropdown-link-hover-bg: rgba($primary, .2); // Breadcrumbs $breadcrumb-bg: transparent; $breadcrumb-padding-x: 0; // Tables $table-dark-bg: $dark;
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-centos-0.7.5 | _sass/centos/_variables.scss |
jekyll-theme-centos-0.7.4 | _sass/centos/_variables.scss |
jekyll-theme-centos-0.7.3 | _sass/centos/_variables.scss |