Sha256: 936575535bed176ae52979f8a08eee8736439793669402c314a275a64108be6e

Contents?: true

Size: 795 Bytes

Versions: 3

Compression:

Stored size: 795 Bytes

Contents

.theme-selector {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  padding: 6px;
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 99px;
  background-color: rgba(70, 70, 70, 0.233);
  backdrop-filter: blur(8px);
  width: fit-content;
  @media screen and (min-width: 601px) {
    position: fixed;
    z-index: 103;
    bottom: 10px;
    left: 30px;
  }
}

.current-theme {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: var(--current-color); /* Initial theme color */
  margin-left: 12px;
  cursor: pointer;
  transition: transform 0.3s;
}
.theme-options {
  display: flex;
  gap: 10px;
  max-width: 0px;
  transition: all 0.3s;
}
.theme-option {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-doodle-4.5.0 _sass/minima/_theme-selector.scss
jekyll-theme-doodle-4.4.2 _sass/minima/_theme-selector.scss
jekyll-theme-doodle-4.4.1 _sass/minima/_theme-selector.scss