dependabot[bot]
2024-10-02 9cd072bfc336f3eeb453c279dc3953e2a7e3d9fd
quartz/styles/base.scss
@@ -190,7 +190,7 @@
    & .sidebar.left {
      z-index: 1;
      grid-area: sidebar-left;
      grid-area: grid-sidebar-left;
      flex-direction: column;
      @media all and ($mobile) {
        gap: 0;
@@ -205,7 +205,7 @@
    }
    & .sidebar.right {
      grid-area: sidebar-right;
      grid-area: grid-sidebar-right;
      margin-right: 0;
      flex-direction: column;
      @media all and ($mobile) {
@@ -232,7 +232,7 @@
    }
    & .page-header {
      grid-area: page-header;
      grid-area: grid-header;
      margin: $topSpacing 0 0 0;
      @media all and ($mobile) {
        margin-top: 0;
@@ -241,11 +241,11 @@
    }
    & .center > article {
      grid-area: page-center;
      grid-area: grid-center;
    }
    & .page-footer {
      grid-area: page-footer;
    & footer {
      grid-area: grid-footer;
    }
    & .center,
@@ -554,7 +554,7 @@
  & > li:last-of-type {
    margin-bottom: 30px;
  }
  &:after {
  /*&:after {
    pointer-events: none;
    content: "";
    width: 100%;
@@ -565,7 +565,7 @@
    opacity: 1;
    transition: opacity 0.3s ease;
    background: linear-gradient(transparent 0px, var(--light));
  }
  }*/
}
.transclude {