mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Doc: Underline links
This commit is contained in:
parent
a20e971e38
commit
5b38fd7ff8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user