fix(style): introduce semiBoldWeight and various improvements to reduce CLS

This commit is contained in:
Jacky Zhao
2024-02-17 10:34:46 -08:00
parent 2b70468322
commit f34ecf9c45
6 changed files with 15 additions and 15 deletions

View File

@@ -54,7 +54,7 @@ ul,
}
a {
font-weight: $boldWeight;
font-weight: $semiBoldWeight;
text-decoration: none;
transition: color 0.2s ease;
color: var(--secondary);