---
title: "Accessibility in Self Service"
slug: "accessibility"
updated: 2025-07-31T07:34:30Z
published: 2025-07-31T07:34:30Z
canonical: "help.frisbii.com/accessibility"
---
> ## Documentation Index
> Fetch the complete documentation index at: https://help.frisbii.com/llms.txt
> Use this file to discover all available pages before exploring further.
# Accessibility in Self Service
Changes we made to ensure accessibility in our Frisbii Media Self Service.
**General Changes**
1. **Contrast Issues**: Changed the main color (used in main navigation and many other places across the app) from #18a0fb to #00558b to improve contrast.
2. **Empty Links/Buttons**: If a link or button contains no text, its function or purpose is not presented to the user. This can cause confusion for keyboard and screen reader users. This issue is addressed by:
1. Adding hidden text inside such links/buttons (visible only to screen readers), or
2. Adding the aria-label attribute.
3. **Missing First-Level Heading**: Pages without an
heading now include a screen-reader-only
. Displaying a visible single-page heading doesn’t make contextual sense for our layout.
4. **Skipped Heading Levels**: Adjusted heading structure to avoid skipping levels (e.g., using
directly after
).
5. **Missing Form Labels**: Ensured all form controls have corresponding labels.
6. **Missing Fieldsets**: Grouped related checkboxes and radio buttons within appropriate