projects/core/theming/contrast.ts
Read the app-wide contrast signal in an injection context. The returned signal is writable, so injectContrast().set('more') strengthens borders and muted text across the whole document reactively; set('auto') hands control back to the OS preference.
injectContrast().set('more')
set('auto')
injectContrast()
WritableSignal