The Bulma CSS framework with increased colour contrast to meet accessibility requirements, and some accessible enhancements too. 😊
npm install @cityssm/bulma-a11yRather than linking to bulma.min.css in your webpage,
link to bulma-a11y.min.css.
<link rel="stylesheet" href="path/to/bulma-a11y.min.css" />The following pages have minimal styling. They use code samples from the official Bulma website to test for sufficient colour contrast.
While bulma-a11y attempts to improve colour contrast of the main Bulma components, using bulma-a11y does not guarantee your website will be considered accessible.
Need the JavaScript to make your Bulma dropdowns and tabs work while keeping accessibility in mind?
Check out cityssm/bulma-js.

