all repos — homestead @ a2a22e76e1af32cb521e3736523cd9009a0b7755

Code for my website

Add skip links for accessibility

Alan Pearce
commit

a2a22e76e1af32cb521e3736523cd9009a0b7755

parent

6342159884acf3eab42f0d50db90bc0c9f56fc8b

1 file changed, 9 insertions(+), 0 deletions(-)

changed files
M themes/bear/templates/style.htmlthemes/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,