Sha256: 91d38603ea5c90dc6feb5ed145374837e868f17a9312c2442f392a1e599bebfc

Contents?: true

Size: 290 Bytes

Versions: 2

Compression:

Stored size: 290 Bytes

Contents

.theme-button
{
  cursor: pointer;
}

[data-theme="dark"] {
  background-color: #111 !important;
  color: #eee;

  .bg-light {
    background-color: #111 !important;
  }
  .bg-white {
    background-color: #222 !important;
  }
  .navbar-light {
    background-color: #111 !important;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-struggle-0.0.2 _sass/struggle/layout/_layout.theme.scss
jekyll-struggle-0.0.1 _sass/struggle/layout/_layout.theme.scss