Skip to content

Commit 6a3da4f

Browse files
committed
Add link to header title in docs
1 parent 6119718 commit 6a3da4f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Duct
1+
= https://duct-framework.org[Duct]
22
James Reeves
33
{docdate}
44
:doctype: book

docs/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,15 @@ body {
2727
background-size: 40px;
2828
background-repeat: no-repeat;
2929
background-position: 0 19px;
30-
padding-left: 48px;
3130
margin: 0.3rem 0.6rem 0 0.6rem;
3231
}
3332

33+
#header h1 a {
34+
color: white;
35+
text-decoration: none;
36+
padding-left: 48px;
37+
}
38+
3439
#header .details, #toctitle {
3540
display: none;
3641
}

0 commit comments

Comments
 (0)