mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 04:12:52 +00:00
* docs: update website palette to pass WCAG test * Darker palette in light mode * Fix CodeBlock * Fix front page * Fix announcement color * Unify primary color * Add contrast check in website * Fix color input not updating * Use website for preview; allow changing background * Persist in localStorage * Fixes * Fix SSR * Edit dark mode separately * Fix light mode palette * Fix storage reset * Fix CSS * Fix * fix toggling when not on styling-layout * require 100% lighthouse accessibility score * use sessionStorage * refactor * tweak light color * update comments Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
22 lines
374 B
JSON
22 lines
374 B
JSON
{
|
|
"ci": {
|
|
"assert": {
|
|
"assertions": {
|
|
"categories:accessibility": ["error", {"minScore": 1}]
|
|
}
|
|
},
|
|
"collect": {
|
|
"settings": {
|
|
"skipAudits": [
|
|
"robots-txt",
|
|
"canonical",
|
|
"tap-targets",
|
|
"is-crawlable",
|
|
"works-offline",
|
|
"offline-start-url"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|