1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2026-06-03 21:10:34 +00:00

fix(style): bold should use semibold

This commit is contained in:
Jacky Zhao
2024-02-17 10:57:59 -08:00
parent 06e3f8b93d
commit a6690c6503
+4
View File
@@ -53,6 +53,10 @@ ul,
}
}
strong {
font-weight: $semiBoldWeight;
}
a {
font-weight: $semiBoldWeight;
text-decoration: none;