Doc: Underline links
This commit is contained in:
parent
a20e971e38
commit
5b38fd7ff8
|
@ -23,6 +23,15 @@ pre > code {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chapter a {
|
||||||
|
border-bottom: 1px @gray-light dotted;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
border-bottom: 1px @text-color solid;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
font-size: 1.167em;
|
font-size: 1.167em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue