Jacky Zhao
2024-12-27 c91cf97f99d527264d81560f1d311f7c2889a41d
quartz/styles/base.scss
@@ -587,3 +587,14 @@
  width: 100%;
  border-radius: 5px;
}
.navigation-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--secondary);
  transition: width 0.2s ease;
  z-index: 9999;
}