LEGAL
Accessibility Statement
Last updated: 2 July 2026 · Applies to app.nullcorp.eu (the main site) — see note on individual tools below
Our commitment
We want NULL TOOLS to be usable by everyone, including people who use a keyboard instead of a mouse, a screen reader, or who need higher-contrast or larger text. This page describes exactly where we stand today — what's genuinely supported, and what isn't yet — rather than a blanket compliance claim.
Target
We target WCAG 2.2 Level AA. As of this page's last update, the audited parts of the main site (login, dashboard, account settings, legal pages) meet the checks we've actually verified — keyboard access, screen reader labels, focus visibility, form labeling, and color contrast. That's not the same as a full independent AA audit, and a few specific things aren't covered yet — see "Known limitations" below.
What's actually supported (verified, not assumed)
- Keyboard navigation: every interactive element (buttons, links, form fields, modal dialogs) is reachable and operable via Tab/Shift+Tab and Enter/Space. Every modal on the site can be closed with Escape, not just by clicking outside it.
- Focus indicators: focused form fields show a visible gold outline/ring — this was tightened during our last accessibility pass after finding one search field with no visible focus state at all, and two others with a focus change too subtle to reliably see.
- Screen reader labels: icon-only buttons (close buttons, dismiss buttons, header icons) carry an
aria-labeldescribing what they do, not just an icon or a bare "×". Form fields use real<label>elements tied to their input viafor/id, not just nearby visual text. - Images: the site doesn't use raster/vector
<img>images that would need alt text — icons are inline SVG. Purely decorative icons are a lower-severity item, see below. - Forms: all fields have associated labels, inline error messages are placed immediately next to the relevant field, and required fields are validated before submission with a visible error rather than silent failure.
- Color contrast: secondary/muted text sitewide now measures approximately 4.6:1 against the dark background, meeting the 4.5:1 WCAG AA requirement for normal-size text (this was a genuine gap in an earlier version of this statement — measured at ≈3.45:1 — fixed by adjusting the muted gray token slightly brighter).
- Light theme: a light/dark toggle (sun/moon icon, top right of the header) is available if you prefer a lighter, higher-contrast appearance. It covers the header, footer, dashboard, forms, and legal pages. A few deeper account/admin settings panels are not yet reskinned and stay dark regardless of the toggle — see limitations below.
Known limitations
- Light theme coverage is partial: Account Details, Connections, Delete Account confirmation, Redeem Code, Changelog, and Admin Panel modals are not yet reskinned for light mode and will still appear dark even when the toggle is set to light. Nothing is illegible — these modals are internally self-consistent — but the overall look is inconsistent in those specific screens.
- Decorative icons: some purely decorative inline SVG icons aren't explicitly marked
aria-hidden="true". In most cases this doesn't affect anything because the button around them already has its ownaria-label, but it's not been swept for 100% consistency yet. - Individual tools: this statement covers the main site (login, dashboard, account settings, legal pages). Overlay Maker, eSports Dashboard, NULL Predictions, and Timekeeping are separate codebases and have not been audited to this same standard yet — treat their accessibility as unverified until each gets its own pass.
Feedback
If you hit an accessibility barrier anywhere on NULL TOOLS, tell us — contact@nullcorp.eu. Include what page/tool you were on and what assistive technology you were using if relevant; it helps us reproduce and fix it.