mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
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…
x
Reference in New Issue
Block a user