From 0547b04260fde4b3c31c41bb11489a2063a81faa Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sat, 24 Dec 2022 16:50:44 +0530 Subject: css: set repo desc font weight to normal --- static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 3e44f1e..080b1af 100644 --- a/static/style.css +++ b/static/style.css @@ -118,6 +118,7 @@ a:hover { } .desc { + font-weight: normal; color: var(--gray); font-style: italic; } -- cgit