mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
hide anchors in headers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user