diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-24 16:50:44 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-24 16:50:44 +0530 |
commit | 0547b04260fde4b3c31c41bb11489a2063a81faa (patch) | |
tree | 2c046004ac0eb0b33d5ca6c94e2590cf8d71b22b /static/style.css | |
parent | 5912a0bcb539dce1a220656b3b5c382e65014447 (diff) | |
download | legit-0547b04260fde4b3c31c41bb11489a2063a81faa.tar.gz legit-0547b04260fde4b3c31c41bb11489a2063a81faa.tar.bz2 legit-0547b04260fde4b3c31c41bb11489a2063a81faa.zip |
css: set repo desc font weight to normal
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |