summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/style.css1
-rw-r--r--templates/repo-header.html2
2 files changed, 2 insertions, 1 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;
}
diff --git a/templates/repo-header.html b/templates/repo-header.html
index dd84875..f358278 100644
--- a/templates/repo-header.html
+++ b/templates/repo-header.html
@@ -1,6 +1,6 @@
{{ define "repoheader" }}
<header>
- <h2>
+ <h2>
<a href="/">all repos</a>
&mdash; {{ .name }}
{{ if .ref }}