dependabot[bot]
2024-03-04 a13d8e84b250a0e0bcb5d34e52f161e796e3a2fb
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);