dependabot[bot]
2024-02-19 f1619620d5cd285b4a4dabf69a9dd1d95de2f36c
quartz/styles/base.scss
@@ -53,8 +53,12 @@
  }
}
strong {
  font-weight: $semiBoldWeight;
}
a {
  font-weight: $boldWeight;
  font-weight: $semiBoldWeight;
  text-decoration: none;
  transition: color 0.2s ease;
  color: var(--secondary);