diff options
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/core/css/header.css b/core/css/header.css index 005390d2cd0..2a2622a9d0d 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -7,6 +7,22 @@ -ms-user-select: none; } +#skip-to-content a { + position: absolute; + left: -10000px; + top: auto; + width: 1px; + height: 1px; + overflow: hidden; +} +#skip-to-content a:focus { + left: 76px; + top: -9px; + color: #fff; + width: auto; + height: auto; +} + /* HEADERS ------------------------------------------------------------------ */ |