mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #52 from nextcloud/stable9-hide-anchors
hide anchors in headers
This commit is contained in:
commit
e949b928b4
@ -1075,4 +1075,14 @@ img.desaturate {
|
||||
|
||||
.youtube i:hover {
|
||||
color: #CC181E;
|
||||
}
|
||||
}
|
||||
|
||||
h1:hover a.headerlink,
|
||||
h2:hover a.headerlink,
|
||||
h3:hover a.headerlink,
|
||||
h4:hover a.headerlink {
|
||||
display: inline;
|
||||
}
|
||||
a.headerlink {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user