Aiden Bai
2022-05-03 e4cc625c33ecd2992dcf60f408417c3067b4fa2b
assets/styles/base.scss
@@ -12,6 +12,19 @@
  font-weight: revert;
  margin: revert;
  padding: revert;
  &:hover > .hanchor {
    opacity: 1;
  }
}
.hanchor {
  font-family: Inter;
  margin-left: -1em;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  color: var(--secondary);
}
p, ul, text {
@@ -329,6 +342,13 @@
  & #graph-container {
    border: var(--outlinegray) 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
    min-height: 250px;
    & > svg {
      margin-bottom: -5px;
    }
  }
}