diff --git a/website/src/components/Playground/styles.module.css b/website/src/components/Playground/styles.module.css index aa3328d8d100..179b5cce4ebb 100644 --- a/website/src/components/Playground/styles.module.css +++ b/website/src/components/Playground/styles.module.css @@ -414,6 +414,8 @@ div.fixtureJson { } .row.playgroundContainer > div:first-child { border-bottom-left-radius: 0; + border-top-right-radius: var(--ifm-global-radius); + } .playgroundContainer .playgroundHeader.tabControls:first-of-type { border-top-right-radius: var(--ifm-global-radius); @@ -427,6 +429,8 @@ div.fixtureJson { } .row.playgroundContainer > div:first-child { border-bottom-left-radius: 0; + border-top-right-radius: var(--ifm-global-radius); + } .playgroundContainer .playgroundHeader.tabControls:first-of-type { border-top-right-radius: var(--ifm-global-radius); diff --git a/website/src/css/root.css b/website/src/css/root.css index b438342c2507..0d7b0efb07f7 100644 --- a/website/src/css/root.css +++ b/website/src/css/root.css @@ -17,6 +17,7 @@ html[data-theme='light'] { --ifm-hero-fade-to-background-color: #fff; --ifm-link-color: var(--ifm-color-primary-dark); --ifm-color-secondary: #ebedf0; + --ifm-navbar-link-color: black; } :root { --ifm-color-primary-lightest: hsl(206, 69%, 81%);