Update primary keyboard focus

Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
This commit is contained in:
Phillip Rak 2025-09-24 14:02:11 -07:00
parent 5a9015c2b1
commit aa3856ee69
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ BODY, .theme-dark {
// Header, Footer and Consent banner defaults
--banner-text-color : #{$lightest};
--primary-keyboard-focus : hsl(from var(--primary) h s calc(l + 10));
--primary-keyboard-focus : #6889EE;
--nav-bg : #{$body-bg};
--nav-active : #333;