Sha256: af6297c492e51f165ee1de715e8055316f2ab66370064b9b9d7fda1bc8e2ba0e

Contents?: true

Size: 856 Bytes

Versions: 4

Compression:

Stored size: 856 Bytes

Contents

body {
  color: $cs-maintext;
}

h1,
h2 {
  color: $cs-danger;
}

h3 {
  color: $cs-success;
}

code,
tt {
  background-color: $cs-bg-primary;
  color: $cs-danger;
}

a {
  color: $cs-info;
}

footer {
  a {
    color: $cs-success;
  }
}

:target::before {
  content: '';
  display: block;
  height: 70px; // fixed header height
  margin: -70px 0 0; // negative fixed header height
}

@mixin alertbox($colour) {
  border-color: $colour;
  border-style: solid;
  border-width: 1px 1px 1px 1em;
  padding: .5em;
}

.success { @include alertbox($cs-success) }

.info { @include alertbox($cs-info) }

.warning { @include alertbox($cs-warning) }

.danger { @include alertbox($cs-danger) }

pre.highlight {
  background-color: $cs-bg-primary;
  border-left: .2em solid $cs-success;
}

.language-bash {
  pre.highlight {
    border-left-color: $cs-primary;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dataworkbench-jekyll-theme-0.3.4 _sass/lib/html.scss
dataworkbench-jekyll-theme-0.3.1 _sass/lib/html.scss
dataworkbench-jekyll-theme-0.3.0 _sass/lib/html.scss
dataworkbench-jekyll-theme-0.2.1 _sass/lib/html.scss