Sha256: 3f39586e4976c723bf26afc17f06e3b039bc56da8274fe40643f278f80c6c35a

Contents?: true

Size: 933 Bytes

Versions: 8

Compression:

Stored size: 933 Bytes

Contents

@media (prefers-color-scheme: dark) {
  html, body {
    background-color: #0d1117;
    color: #c9d1d9;
  }

  .site-header {
    background: #161b22;
    border-bottom: none;

    a {
      color: #f6f0fc;
    }

    img {
      background-color: #c9d1d9;
    }
  }

  h1, h2, h3, h4, h5, em {
    color: #c9d1d9;
  }

  .typo-em, .typo em, legend, caption {
    color: #c9d1d9;
  }

  strong {
    color: #f6f0fc;
  }

  .avatar {
    height: 48px;
    border-radius: 12px;
    vertical-align: middle;
  }

  .post-meta {
    color: #c9d1d9;
  }

  .blog {
    border: 1px #c9d1d9 solid;
  }

  .footer {
    color: #8b949e;
  }

  .reward-section {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  hr {
    border-bottom: 1px solid #c9d1d9;
  }

  .bar {
    background: #c9d1d9;
  }

  .typo table thead th, .typo-table thead th {
    background: #c9d1d9;
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
gravid-1.5.13 _sass/gravid/_dark-mode.scss
gravid-1.5.12 _sass/gravid/_dark-mode.scss
gravid-1.5.11 _sass/gravid/_dark-mode.scss
gravid-1.5.10 _sass/gravid/_dark-mode.scss
gravid-1.5.9 _sass/gravid/_dark-mode.scss
gravid-1.5.8 _sass/gravid/_dark-mode.scss
gravid-1.5.7 _sass/gravid/_dark-mode.scss
gravid-1.5.5 _sass/gravid/_dark-mode.scss