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