css: set repo desc font weight to normal

This commit is contained in:
Anirudh Oppiliappan 2022-12-24 16:50:44 +05:30
parent 5912a0bcb5
commit 0547b04260
No known key found for this signature in database
GPG Key ID: 8A93F96F78C5D4C4
2 changed files with 2 additions and 1 deletions

View File

@ -118,6 +118,7 @@ a:hover {
}
.desc {
font-weight: normal;
color: var(--gray);
font-style: italic;
}