Sha256: 09379b64b8387afd08df164a1f7e9852c2a8c4fb34d08330c972f0d3c8385184

Contents?: true

Size: 1.67 KB

Versions: 7

Compression:

Stored size: 1.67 KB

Contents

.page,
.post {
  h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
  }
}

.page-title,
.post-title {
  margin-top: 0;
  margin-bottom: 0;
}

.post-meta {
  color: var(--body-color-light);
  font-size: .8em;
  margin-top: 0;
}

.post-categories,
.post-tags {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;

  li {
    display: inline-block;
  }
}

.post-tags {
  margin: 1em 0;
}

.post-category {
  color: inherit;

  &::after {
    content: "/";
  }
}

.post-tag {
  padding: .1em .5em;
  margin-right: .5em;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}

a.post-tag {
  color: inherit;
  text-decoration: none;

  &:focus,
  &:hover {
    color: var(--body-bg);
    background-color: var(--link-color);
  }
}

.posts {
  .post {
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
  }

  .post-title {
    a {
      color: inherit;
    }
  }
}

.highlight {
  border-radius: var(--border-radius);
  background-color: var(--code-bg);
}

.rouge-table {
  margin: 0;

  &,
  td,
  th {
    border: 0;
    padding: 0;
  }

  pre {
    padding: 0;
    margin: 0;
  }

  .gutter {
    vertical-align: top;
    user-select: none;
    opacity: .25;
    padding-right: 1em;
  }
}

#markdown-toc {
  font-size: .8em;
  padding: 2em 3em;
  margin: 2em 0;
  border: solid var(--border-color);
  border-width: 1px 0;

  &::before {
    display: block;
    margin-left: -3em;
    content: "TOC";
  }
}

.task-list-item {
  list-style-type: none;

  .task-list-item-checkbox {
    margin: 0 .2em .25em -1.6em;
    vertical-align: middle;
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
daydream-theme-1.1.0 _sass/daydream/_page.scss
daydream-theme-1.0.4 _sass/daydream/_page.scss
daydream-theme-1.0.3 _sass/daydream/_page.scss
daydream-theme-1.0.2 _sass/daydream/_page.scss
daydream-theme-1.0.1 _sass/daydream/_page.scss
daydream-theme-1.0.0 _sass/daydream/_page.scss
daydream-theme-0.1.0 _sass/daydream/_page.scss