diff --git a/_shared_assets/themes/nextcloud_com/static/styles.css b/_shared_assets/themes/nextcloud_com/static/styles.css index 6ec43aad3..3d7305d15 100644 --- a/_shared_assets/themes/nextcloud_com/static/styles.css +++ b/_shared_assets/themes/nextcloud_com/static/styles.css @@ -1075,4 +1075,14 @@ img.desaturate { .youtube i:hover { color: #CC181E; -} \ No newline at end of file +} + +h1:hover a.headerlink, +h2:hover a.headerlink, +h3:hover a.headerlink, +h4:hover a.headerlink { + display: inline; +} +a.headerlink { + display: none; +}