Add skip links for accessibility
1 file changed, 9 insertions(+), 0 deletions(-)
changed files
M themes/bear/templates/style.html → themes/bear/templates/style.html
@@ -12,6 +12,15 @@ line-height: 1.5; color: #444; } + .skip { + position: absolute; + top: -3em; + background: #fff; + } + .skip:focus { + top: 0; + } + h1, h2, h3,