Sha256: 308db8fbf3947e09e5dc66f8735293785ce5bf0f164427a945f631743a4394c2

Contents?: true

Size: 1.51 KB

Versions: 40

Compression:

Stored size: 1.51 KB

Contents

/*------------------------------------
  Default Styles
------------------------------------*/
html {
  font-size: $g-font-primary-size;
  overflow-x: hidden; // R
}

body {
  font: {
    weight: 400;
    size: 1rem;
    family: $g-font-primary;
  }
  line-height: 1.6;
  color: $g-color-main;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: $g-bg-color-main;
}

a {
  color: $g-color-primary;
  outline: none;
}
a:focus,
a:hover {
  color: $g-color-primary-dark-v2;
}

.nav-link {
  color: $g-color-main;
}
.nav-link:focus,
.nav-link:hover {
  color: $g-color-main;
}

figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: $g-color-white;
  background-color: $g-color-primary;
}
::selection {
  color: $g-color-white;
  background-color: $g-color-primary;
}

.g-bg-primary ::-moz-selection {
  color: $g-color-primary;
  background-color: $g-color-white;
}
.g-bg-primary ::selection {
  color: $g-color-primary;
  background-color: $g-color-white;
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
jekyll-theme-glueckkanja-1.2.29 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.28 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.27 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.26 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.25 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.24 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.23 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.22 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.21 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.20 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.19 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.18 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.17 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.16 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.15 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.14 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.13 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.12 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.11 _sass/unify/core/_style.scss
jekyll-theme-glueckkanja-1.2.10 _sass/unify/core/_style.scss