Skip to content

Commit 80eafcf

Browse files
dandimeodandimeo
andauthored
fix css not showing anchors for h3 > (#205)
Co-authored-by: dandimeo <daniele@arangodb.com>
1 parent 014e1b0 commit 80eafcf

File tree

1 file changed

+5
-1
lines changed
  • site/themes/arangodb-docs-theme/static/css

1 file changed

+5
-1
lines changed

site/themes/arangodb-docs-theme/static/css/theme.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,11 @@ article ul li {
13141314
transition: opacity 0.2s ease-in-out;
13151315
}
13161316

1317-
h2:hover .header-link {
1317+
h2:hover .header-link,
1318+
h3:hover .header-link,
1319+
h4:hover .header-link,
1320+
h5:hover .header-link,
1321+
h6:hover .header-link {
13181322
filter: alpha(opacity=70);
13191323
opacity: 0.7;
13201324
}

0 commit comments

Comments
 (0)