diff --git a/website/src/components/Installation/installation.module.css b/website/src/components/Installation/installation.module.css index 7a63324..e371265 100644 --- a/website/src/components/Installation/installation.module.css +++ b/website/src/components/Installation/installation.module.css @@ -10,6 +10,7 @@ border: 1px solid var(--gray3); display: flex; align-items: center; + color: var(--gray12); } .copy { diff --git a/website/src/globals.css b/website/src/globals.css index 7f88be4..9fee8f5 100644 --- a/website/src/globals.css +++ b/website/src/globals.css @@ -1,4 +1,5 @@ -:root { +:root, +.light { --gray0: #fff; --gray1: hsl(0, 0%, 99%); --gray2: hsl(0, 0%, 97.3%); @@ -48,6 +49,7 @@ .wrapper { --side-padding: 16px; + background: var(--gray0); margin: 0; padding: 0; padding-top: 100px; @@ -175,7 +177,6 @@ m .wrapper h2 { } .wrapper a { - color: inherit; text-decoration-color: var(--gray10); text-underline-position: from-font; } diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 6052d6a..bbe9ec3 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -18,7 +18,7 @@ export default function Home() { const [closeButton, setCloseButton] = React.useState(false); return ( -
+