From a44d214b25bcbe6247126b1457ce8a1b52b25601 Mon Sep 17 00:00:00 2001 From: edensg Date: Sat, 24 Mar 2018 16:40:15 -0400 Subject: [PATCH] Fix a bunch of accessibility issues! - Links now pass AAA WCAG for colour contrast! and they have underlines where they didn't before - Thin (maybe too thin) custom scrollbars are gone, letting the user's OS determine what's best (and not violating their scrollbar expectations either) - Added a title attribute to the twitter link down at the bottom, so assistive devices know what's goin' on - Put the textarea in the sign up form inside its label, like the rest of the form elements, so that it's clear what the label labels --- _config.yml | 2 +- _includes/footer.html | 6 +++--- _posts/2000-01-01-join-us.md | 3 +-- assets/css/style.css | 32 +++++--------------------------- 4 files changed, 10 insertions(+), 33 deletions(-) diff --git a/_config.yml b/_config.yml index 43fe91f..455a60d 100755 --- a/_config.yml +++ b/_config.yml @@ -45,7 +45,7 @@ jekyll-archives: # Owner/author information author: - name: + name: WeAllJS picture: email: signup@wealljs.org # Use the coder's toolbox at http://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=us_ascii to encode your description into XML string diff --git a/_includes/footer.html b/_includes/footer.html index ab0f5be..d7d6ac1 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -9,7 +9,7 @@