Doc: Underline links

This commit is contained in:
Eric Lippmann 2016-01-07 10:42:53 +01:00
parent a20e971e38
commit 5b38fd7ff8
1 changed files with 9 additions and 0 deletions

View File

@ -23,6 +23,15 @@ pre > code {
color: inherit;
}
.chapter a {
border-bottom: 1px @gray-light dotted;
&:hover {
border-bottom: 1px @text-color solid;
text-decoration: none;
}
}
.content {
font-size: 1.167em;
}