calepin 0.0.14

A Rust CLI for preprocessing Typst documents with executable code chunks
[data-calepin-theme-toggle] {
  display: inline-grid;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0;
  padding: 0;
  place-items: center;
  line-height: 1;
}

[data-calepin-theme-toggle] svg {
  width: 1.05rem;
  height: 1.05rem;
  color: inherit;
  stroke: currentColor;
  fill: none;
}

[data-calepin-theme-toggle] svg path[fill="currentColor"] {
  fill: currentColor;
}

.calepin-nav-icon {
  display: inline-flex;
  align-items: center;
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
}

.calepin-nav-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

a:has(.calepin-nav-icon) {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.calepin-language-picker.dropdown {
  margin: 0;
}

.calepin-language-picker-button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.calepin-language-picker-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.calepin-language-picker-menu a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  color: inherit;
  white-space: nowrap;
}

.calepin-language-picker-menu a[aria-current="true"] {
  background: var(--pico-muted-border-color);
}