summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-24 16:50:44 +0530
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-24 16:50:44 +0530
commit0547b04260fde4b3c31c41bb11489a2063a81faa (patch)
tree2c046004ac0eb0b33d5ca6c94e2590cf8d71b22b
parent5912a0bcb539dce1a220656b3b5c382e65014447 (diff)
downloadlegit-0547b04260fde4b3c31c41bb11489a2063a81faa.tar.gz
legit-0547b04260fde4b3c31c41bb11489a2063a81faa.tar.bz2
legit-0547b04260fde4b3c31c41bb11489a2063a81faa.zip
css: set repo desc font weight to normal
Diffstat (limited to '')
-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 }}