We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e8cc1 commit 5cd1326Copy full SHA for 5cd1326
1 file changed
docs/assets/style.css
@@ -188,9 +188,14 @@ body {
188
left: -0.8em;
189
opacity: 0;
190
}
191
+
192
h1:hover .anchor-icon,
193
+h1 a:focus .anchor-icon,
194
h2:hover .anchor-icon,
195
+h2 a:focus .anchor-icon,
196
h3:hover .anchor-icon,
-h4:hover .anchor-icon {
197
+h3 a:focus .anchor-icon,
198
+h4:hover .anchor-icon,
199
+h4 a:focus .anchor-icon {
200
opacity: 0.5;
201
0 commit comments