Jacky Zhao
2023-06-07 dde36fa5589a362b60b7b72eb7793a3f133e159c
quartz/styles/base.scss
@@ -1,4 +1,5 @@
@import "./syntax.scss";
@import "./callouts.scss";
html {
  scroll-behavior: smooth;
@@ -23,7 +24,7 @@
  border-radius: 5px;
}
p, ul, text, a, tr, td, li, ol, ul {
p, ul, text, a, tr, td, li, ol, ul, .katex {
  color: var(--darkgray);
  fill: var(--darkgray);
}
@@ -66,8 +67,7 @@
}
blockquote {
  font-style: italic;
  margin-left: 0;
  margin: 1rem 0;
  border-left: 3px solid var(--secondary);
  padding-left: 1rem;
  transition: border-color 0.2s ease;
@@ -134,7 +134,7 @@
  & > code {
    background: none;
    padding: 0;
    font-size: 0.9rem;
    font-size: 0.85rem;
    counter-reset: line;
    counter-increment: line 0;
    display: grid;
@@ -219,3 +219,8 @@
    padding: 0 1em
  }
}
audio, video {
  width: 100%;
  border-radius: 5px;
}