David Fischer
2023-09-19 cc31a40b0cb53cba7f51187cb6d68076c3f54c0f
quartz/components/styles/explorer.scss
@@ -131,3 +131,12 @@
.folder-icon:hover {
  color: var(--tertiary);
}
.no-background::after {
  background: none !important;
}
#explorer-end {
  // needs height so IntersectionObserver gets triggered
  height: 1px;
}