Anton Bulakh
2024-12-27 99011cb1b0d20da9cb523729ed0e9ff4e9c27405
quartz/styles/base.scss
@@ -85,7 +85,7 @@
    line-height: 1.4rem;
    &:has(> img) {
      background-color: none;
      background-color: transparent;
      border-radius: 0;
      padding: 0;
    }
@@ -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;
}