Copy link to clipboard
Copied
Hello. I am using Captivate 2019 to create accessible e-module for our LMS. I sent a preview of the module to our accesibility team, who came back to me and said that the focus indicator around buttons should be more prominent when navigating the screen with the TAB key.
Is there a way to change either the thickness of the indicator line or add a contrasting colour? Or am I limited to the defaults of Captivate?
Thank you!
Copy link to clipboard
Copied
You can add this to the end of the CPLibraryAll.css file after publishing, change the color and width to what you need:
*:focus {
outline: 2px solid #d71ef7 !important;
}