Jacky Zhao
2025-03-06 cc9704becc78d9ab15abda165799b3c773f2ca2b
quartz/components/styles/toc.scss
@@ -1,3 +1,5 @@
@use "../../styles/variables.scss" as *;
.toc {
  display: flex;
  flex-direction: column;
@@ -7,6 +9,12 @@
  }
}
@media all and not ($mobile) {
  .toc {
    display: flex;
  }
}
button#toc {
  background-color: transparent;
  border: none;