all repos — elgit @ 0547b04260fde4b3c31c41bb11489a2063a81faa

fork of legit: web frontend for git, written in go

css: set repo desc font weight to normal
Anirudh Oppiliappan x@icyphox.sh
Sat, 24 Dec 2022 16:50:44 +0530
commit

0547b04260fde4b3c31c41bb11489a2063a81faa

parent

5912a0bcb539dce1a220656b3b5c382e65014447

2 files changed, 2 insertions(+), 1 deletions(-)

jump to
M static/style.cssstatic/style.css
@@ -118,6 +118,7 @@ white-space: pre-wrap; }
 
 .desc {
+  font-weight: normal;
   color: var(--gray);
   font-style: italic;
 }
M templates/repo-header.htmltemplates/repo-header.html
@@ -1,6 +1,6 @@ {{ define "repoheader" }}
 <header>
-  <h2> 
+  <h2>
   <a href="/">all repos</a>
    &mdash; {{ .name }}
     {{ if .ref }}