mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 20:32:42 +02:00
polish(core): better styling for error screens (#8736)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
e21591c073
commit
7961c5b8d5
7 changed files with 52 additions and 12 deletions
|
@ -31,7 +31,6 @@ const EXPECTED_CSS_MARKERS = [
|
|||
// See https://github.com/facebook/docusaurus/pull/6222
|
||||
'.markdown>h2',
|
||||
'.button--outline.button--active',
|
||||
'.DocSearch-Hit-content-wrapper',
|
||||
'--ifm-color-scheme:light',
|
||||
'.col[class*=col--]',
|
||||
'.padding-vert--xl',
|
||||
|
@ -49,6 +48,7 @@ const EXPECTED_CSS_MARKERS = [
|
|||
|
||||
// Lazy-loaded lib
|
||||
'.DocSearch-Modal',
|
||||
'.DocSearch-Hit-content-wrapper',
|
||||
];
|
||||
|
||||
const cssDirName = fileURLToPath(new URL('build/assets/css', import.meta.url));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue