We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fe732 commit ce2a183Copy full SHA for ce2a183
website/www/_static/style.css
@@ -180,3 +180,6 @@ div.highlight pre { background: lightyellow;}
180
width: auto;
181
height: auto; }
182
183
+/* remove solid black border when focus is around the main section
184
+ due to activation of skip-link. Page jumps there, that's enough. */
185
+#main:focus-visible {outline: none;}
0 commit comments