diff --git a/build/reformat-mdx.mjs b/build/reformat-mdx.mjs index 8db8abb9c..d94b3c5fe 100644 --- a/build/reformat-mdx.mjs +++ b/build/reformat-mdx.mjs @@ -48,8 +48,6 @@ for (const file of docs) { if (m2 === 'html') { m3 = await formatHTML(m3); - console.log(m3); - // remove empty lines m3 = m3.replace(/^\s*[\r\n]/gm, ''); diff --git a/docs/illustrations/introduction/customization.mdx b/docs/illustrations/introduction/customization.mdx index 7d9480c26..1de66f5ed 100644 --- a/docs/illustrations/introduction/customization.mdx +++ b/docs/illustrations/introduction/customization.mdx @@ -967,10 +967,10 @@ Look at the example below to see how the illustration changes based on the user' opacity: 0.07; } :where(.theme-dark, [data-bs-theme="dark"]) .tblr-illustrations-boy-girl-b { - fill: #1A2030; + fill: #1a2030; } :where(.theme-dark, [data-bs-theme="dark"]) .tblr-illustrations-boy-girl-c { - fill: #454C5E; + fill: #454c5e; } @media (prefers-color-scheme: dark) { .tblr-illustrations-boy-girl-a { @@ -978,53 +978,196 @@ Look at the example below to see how the illustration changes based on the user' opacity: 0.07; } .tblr-illustrations-boy-girl-b { - fill: #1A2030; + fill: #1a2030; } .tblr-illustrations-boy-girl-c { - fill: #454C5E; + fill: #454c5e; } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -