Jacky Zhao
2023-08-08 527ce6546e7ec50e7720ff7b9b6ff79a89c3b7fc
quartz/styles/base.scss
@@ -7,6 +7,8 @@
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
  width: 100vw;
}
body {
@@ -81,7 +83,9 @@
.page {
  @media all and (max-width: $fullPageWidth) {
    margin: 0 5vw;
    margin: 0 auto;
    padding: 0 1rem;
    max-width: $pageWidth;
  }
  & article {
@@ -162,9 +166,9 @@
  & .center,
  & footer {
    width: $pageWidth;
    margin-left: auto;
    margin-right: auto;
    width: $pageWidth;
    @media all and (max-width: $fullPageWidth) {
      width: initial;
      margin-left: 0;
@@ -307,6 +311,7 @@
  border-radius: 5px;
  overflow-x: auto;
  border: 1px solid var(--lightgray);
  position: relative;
  &:has(> code.mermaid) {
    border: none;
@@ -372,16 +377,29 @@
}
table {
  margin: 1rem 0;
  border: 1px solid var(--gray);
  margin: 1rem;
  padding: 1.5rem;
  border-collapse: collapse;
  & > * {
    line-height: 2rem;
  }
}
td,
th {
  text-align: left;
  padding: 0.4rem 1rem;
  border-bottom: 2px solid var(--gray);
}
td {
  padding: 0.2rem 1rem;
  border: 1px solid var(--gray);
}
tr {
  border-bottom: 1px solid var(--lightgray);
  &:last-child {
    border-bottom: none;
  }
}
img {
@@ -415,7 +433,7 @@
ul.overflow,
ol.overflow {
  height: 400px;
  height: 300px;
  overflow-y: scroll;
  // clearfix