css: set repo desc font weight to normal
This commit is contained in:
parent
5912a0bcb5
commit
0547b04260
|
@ -118,6 +118,7 @@ a:hover {
|
|||
}
|
||||
|
||||
.desc {
|
||||
font-weight: normal;
|
||||
color: var(--gray);
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{ define "repoheader" }}
|
||||
<header>
|
||||
<h2>
|
||||
<h2>
|
||||
<a href="/">all repos</a>
|
||||
— {{ .name }}
|
||||
{{ if .ref }}
|
||||
|
|
Loading…
Reference in New Issue