Set font-weight to 600 Bold

Previously used 500 Medium was uncompatible with some fonts
This commit is contained in:
DarkCat09 2023-08-21 15:30:40 +04:00
parent 61d5dc45fe
commit 3c184cfad8
No known key found for this signature in database
GPG Key ID: 0A26CD5B3345D6E3
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
font-size: 0.9rem;
}
.title {
font-weight: 500;
font-weight: 600;
}
a {

View File

@ -69,6 +69,6 @@ select {
background: var(--bg);
color: var(--fg);
font-weight: 500;
font-weight: 600;
font-size: 0.9rem;
}