style: add new font weight for links

This commit is contained in:
MAZE
2023-11-05 15:07:04 +03:30
parent 4d2645f06c
commit 287d7b33fb
4 changed files with 11 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
& a {
color: var(--color-foreground);
font-weight: 500;
text-decoration: none;
& span {

View File

@@ -57,6 +57,7 @@
margin-top: 8px;
color: var(--color-foreground);
font-size: var(--font-sm);
font-weight: 500;
text-decoration: none;
}
}