I installed the theme on a new Drupal site and ran lighthouse in the Chrome dev tools.

Several errors were returned, including:

Buttons do not have an accessible name
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn more.
Failing Elements
button#edit-submit.button.js-form-submit.form-submit.is-primary

Links do not have a discernible name
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn more.
Failing Elements
a.feed-icon

Background and foreground colors do not have a sufficient contrast ratio.
Low-contrast text is difficult or impossible for many users to read. Learn more.
Failing Elements
h1.title
h2#block-bulma-account-menu-menu.menu-label
a

Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading.

Comments

ptmkenny created an issue.