Add JS to linkify in-page H1-H6 (#9751)
This commit is contained in:
committed by
k8s-ci-robot
parent
00cb28927b
commit
f8e4d35c5f
@@ -54,3 +54,14 @@
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* In-page section heading permalinks */
|
||||
a.inpage_heading {
|
||||
color: #000;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
a.inpage_heading:hover {
|
||||
text-decoration: underline !important;
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user