mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
hide anchors in headers
This commit is contained in:
parent
977dbeef41
commit
4b51bf2bed
@ -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