On focus border

How can I change the color of the blue border?

image

Kristinn

have you tried the color settings in the page template?
Is this Pangolin or Kookaburra?

might need custom css. Can you provide a link to the album?

We do not provide options for this.

I’ve thought about adding controls, but I also want to protect users from making bad accessibility choices, as the focus indicator is an important part of Kookaburra’s keyboard accessibility.

If you really want to change it, though, you can use a custom stylesheet. I just recommend doing some research first.

I am renaming the color value in Backlight 6.2.1.

After the update, this is the new color definition:

:root {
  --box-shadow-focus-color: rgba(34, 213, 233, 0.96);
}

See v6.2.1, now available.

Thanks, now I know where to look … but this is not that important… I’ll see if I try with color endings…