Skip to content

Commit

Permalink
docs: Make navbar a little more visible in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Sep 24, 2023
1 parent e7de49f commit 1a3ccf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/components/Playground/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down
1 change: 1 addition & 0 deletions website/src/css/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%);
Expand Down

0 comments on commit 1a3ccf8

Please sign in to comment.