Sha256: f8a5e0a0e70740e26790ced2b09ac91f68932080105e4b2ab414265717fb6f82

Contents?: true

Size: 1.13 KB

Versions: 25

Compression:

Stored size: 1.13 KB

Contents

:root {
    --color-1: #2a3425;
    --color-2: #d4695c;
    --color-3: #86a27b;
    --background: #F9F9F9;
    --fondo: rgba(235, 235, 235, 0.4) ; }

body, iframe > body {
  background-color: var(--background);
  color: var(--color-1);
  font-family: 'Kanit', "Lucida Console", Monaco, monospace;
  line-height: 2em;
  font-size: 1em;
  background-image: url("../img/trama.png");
  background-size: 1100px;
  object-fit: cover;
 }

h1 {
  font-size: 1.688rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 3.5rem 0px 1rem;
  text-align: center; }

h1.book {
  display: none;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem; }

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-top: 1.5rem; }

/*hash link workaround*/
h3::before, h2::before, h1::before {
  display: block;
  content: " ";
  margin-top: -3em;
  height: 3em;
  visibility: hidden;
  pointer-events: none; }

/*end of hash link workaround*/
p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 1rem; }

label {
  cursor: pointer; }

p.morel:first-of-type::first-letter {
  font-size: 2rem;
  font-weight: 500; }

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
morel-theme-pack-0.1.22 _sass/base/_variables.scss
morel-theme-pack-0.1.21 _sass/base/_variables.scss
morel-theme-pack-0.1.2 _sass/base/_variables.scss
morel-theme-pack-0.1.1 _sass/base/_variables.scss
morel-theme-pack-0.1.0 _sass/base/_variables.scss