all repos — website @ 6be02cea11848175ead843d2ecad78dd0548a8a4

My website

Add skip links for accessibility

Alan Pearce
commit

6be02cea11848175ead843d2ecad78dd0548a8a4

parent

f8acc923560a4b3fde660256ae7b7a6f9688b306

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,