Theme colour switcher

Susanna Celso's webspace

About me

My name is Susanna Celso. I am a front-end web developer, specializing in Drupal, and accessibility auditor.

You can check out some of my work or read some of what I've written about web development, Drupal, accessibility, and whatnot.

Continue reading about me

latest BLOG post

Accessibility: don't remove borders from buttons

Removing borders from buttons is part of many CSS resets, including mine, till recently: button,input[type="submit"] {  border: none;} However, during an accessibility test with a tester who uses high-contrast mode, I realized the problem with this. High contrast mode is used by…

Continue reading Accessibility: don't remove borders from buttons