Sha256: f410a63aa0a67a18816e1a245be9e50b81fd890e2657275679db3a5ea12219f7

Contents?: true

Size: 1.3 KB

Versions: 3

Compression:

Stored size: 1.3 KB

Contents

---
---

// VARIABILES
// ----------------------------

// COLORS
// ----------------------------

// Base
// $black: white
// $white: black

// Body
// $body-bg: lighten(black,6%)
// $body-color: darken(white,5%)

// Links
$link-color: blue
$link-hover-color: #868e96

// Kbd
// $kbd-color: white

// FONTS
// ----------------------------

// Size
$font-size-base: 1.1rem
$code-font-size: 80%

// Font family
$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif
$font-family-serif: Georgia, Times, "Times New Roman", serif
$font-family-base: $font-family-serif
// $font-family-headings-header: $font-family-serif

// Weights
// $font-weight-base: 300
// $headings-font-weight: 400

@import "any_theme"
@import "any_theme/syntax_default"

// HEADER
header
  @extend .pt-4

// MAIN
main
  // Add vertical padding
  @extend .py-5
  // Headings
  // Set a top margin
  @include headings()
    @extend .mt-3
  // Reset to margin for first child heaings in the first row columns
  .row:first-child div[class*="col"]
    @include headings(1, 6, ':first-child')
      @extend .mt-0

// CODE HIGHLIGHT
// Set padding and background
pre.highlight
  @extend .px-2, .py-1
  background: $gray-100
  // Prevent long code to break bootstrapper grid:
  // Fix user agent stylesheet `white-space: pre`
  white-space: pre-wrap

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-any-theme-0.1.2 assets/css_no/basic_light_serif.sass
jekyll-any-theme-0.1.1 assets/css_no/basic_light_serif.sass
jekyll-any-theme-0.1.0 assets/css_no/basic_light_serif.sass