96d829accbee6d2ba44fd14b3015694ada6e726a
The live site applies border-color #ffbd59 (--color-accent) to the
search input on focus with no additional outline. Adds:
.hs-search-field__input:focus { border-color: var(--color-accent); outline: none; }
Also applies button-center to the secondary CTA button and removes the
now-redundant text-align/max-width rules from .faq-cta-secondary
(centering is handled by the button-center utility).
Description
No description provided
32 MiB
Languages
Nix
73.8%
Shell
26.2%