docs: improve title accessibility (#23139)

This commit is contained in:
rzzf
2025-12-17 15:07:07 +08:00
committed by GitHub
parent 08af2e027f
commit a13bbd3731

View File

@@ -89,7 +89,8 @@ h4:focus .header-anchor,
h5:hover .header-anchor,
h5:focus .header-anchor,
h6:hover .header-anchor,
h6:focus .header-anchor {
h6:focus .header-anchor,
.header-anchor:focus {
opacity: 1;
}