feat: Use named font weights when appropriate

This commit is contained in:
daudix
2024-01-31 02:48:51 +03:00
parent 236c82f1b5
commit 095efe1070
3 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@
}
.nav-arrow {
font-weight: 400;
font-weight: normal;
color: var(--fg-muted-5);
margin-bottom: 0.5rem;
}