Jacky Zhao
2024-02-17 a6690c6503ca6b2957a4476671c7239212b81b1a
fix(style): bold should use semibold
1 files modified
4 ■■■■ changed files
quartz/styles/base.scss 4 ●●●● patch | view | raw | blame | history
quartz/styles/base.scss
@@ -53,6 +53,10 @@
  }
}
strong {
  font-weight: $semiBoldWeight;
}
a {
  font-weight: $semiBoldWeight;
  text-decoration: none;