Jacky Zhao
2023-07-02 e0ebee5aa9b3646de722f139f1d8d15591df538e
quartz/components/styles/graph.scss
@@ -9,9 +9,9 @@
    border: 1px solid var(--lightgray);
    box-sizing: border-box;
    height: 250px;
    width: 300px;
    margin: 0.5em 0;
    position: relative;
    overflow: hidden;
    & > #global-graph-icon {
      color: var(--dark);
@@ -31,10 +31,6 @@
        background-color: var(--lightgray);
      }
    }
    & > #graph-container > svg {
      margin-bottom: -5px;
    }
  }
  & > #global-graph-outer {