Eritque arcus
2025-12-06 643aca5ffab3ca2ee7cfa5d5e0e5e25801999e45
quartz/styles/base.scss
@@ -39,23 +39,17 @@
ol,
ul,
.katex,
.math {
.math,
.typst-doc,
g[class~="typst-text"] {
  color: var(--darkgray);
  fill: var(--darkgray);
  hyphens: auto;
  overflow-wrap: break-word;
  text-wrap: pretty;
}
p,
ul,
text,
a,
li,
ol,
ul,
.katex,
.math {
  overflow-wrap: anywhere;
  /* tr and td removed from list of selectors for overflow-wrap, allowing them to use default 'normal' property value */
path[class~="typst-shape"] {
  stroke: var(--darkgray);
}
.math {
@@ -221,7 +215,7 @@
    }
    & .sidebar {
      gap: 2rem;
      gap: 1.2rem;
      top: 0;
      box-sizing: border-box;
      padding: $topSpacing 2rem 2rem 2rem;