We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d926c8 commit 33aebdbCopy full SHA for 33aebdb
src/_sass/components/_markdown.scss
@@ -388,6 +388,25 @@ tr.show {
388
white-space: nowrap;
389
}
390
391
+.skiplink {
392
+ left: -999px;
393
+ position: absolute;
394
+ top: auto;
395
+ width: 1px;
396
+ height: 1px;
397
+ overflow: hidden;
398
+}
399
+
400
+.skiplink:focus-visible {
401
+ border: 4px solid color(secondary);
402
+ padding: 2px;
403
+ color: color(secondary);
404
+ position: static;
405
+ width: 200px;
406
+ height: auto;
407
+ overflow: visible;
408
409
410
.device-web-mode,
411
.device-mobile-mode {
412
background-color: #e6f5ef;
src/_sass/components/skip-nav.scss
0 commit comments