Jacky Zhao
2024-02-17 06e3f8b93d5fbe96e7a05e4eb6be97b6a2d7ead0
quartz/styles/base.scss
@@ -54,7 +54,7 @@
}
a {
  font-weight: $boldWeight;
  font-weight: $semiBoldWeight;
  text-decoration: none;
  transition: color 0.2s ease;
  color: var(--secondary);
@@ -259,11 +259,9 @@
  font-weight: revert;
  margin-bottom: 0;
  article > & > a {
  article > & > a[role="anchor"] {
    color: var(--dark);
    &.internal {
      background-color: transparent;
    }
    background-color: transparent;
  }
}