diff --git a/packages/react/src/components/style.css b/packages/react/src/components/style.css index cb6bd3ff..8f09e0f7 100644 --- a/packages/react/src/components/style.css +++ b/packages/react/src/components/style.css @@ -1,5 +1,5 @@ .cm-editor { - /* background-color: transparent !important; */ + background-color: transparent !important; height: 100%; z-index: 11; font-size: 18px; @@ -14,5 +14,5 @@ } .cm-line > * { - /* background: #00000095; */ + background: var(--background); } diff --git a/website/src/components/HeadCommon.astro b/website/src/components/HeadCommon.astro index ce00f97e..b1f948d4 100644 --- a/website/src/components/HeadCommon.astro +++ b/website/src/components/HeadCommon.astro @@ -28,3 +28,34 @@ const base = BASE_URL; {pwaInfo && } + + diff --git a/website/src/layouts/MainLayout.astro b/website/src/layouts/MainLayout.astro index 84eb320b..8fd78ccb 100644 --- a/website/src/layouts/MainLayout.astro +++ b/website/src/layouts/MainLayout.astro @@ -31,7 +31,7 @@ const githubEditUrl = `${CONFIG.GITHUB_EDIT_URL}/${currentFile}`; - +
diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index fd6f96c1..24365321 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -8,7 +8,7 @@ import { Repl } from '../repl/Repl.jsx'; Strudel REPL - + diff --git a/website/src/repl/Footer.jsx b/website/src/repl/Footer.jsx index 3ddf1dc4..898722f9 100644 --- a/website/src/repl/Footer.jsx +++ b/website/src/repl/Footer.jsx @@ -68,7 +68,7 @@ export function Footer({ context }) { return null; } return ( -