GenderedIntelligence / the-trans-dimension

The Trans Dimension is an online community hub connecting trans communities in London.
http://transdimension.uk
Other
3 stars 1 forks source link

create a screen reader only style function #344

Closed aaaaargZombies closed 1 year ago

aaaaargZombies commented 1 year ago

Description

after looking at the resource @katjam shared about hidden text I've made a screen reader only "class"

If this is suitable we can use it for many of the accessibility issues going forward.

Usage

import Theme.Global as Theme exposing ( srOnly, etc)

span [ css [ srOnly ] ] [ text (t siteCopyHere) ]