Skip to content

Commit

Permalink
docs(website): correct dark mode color regression introduced in #4362 (
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Mar 31, 2022
1 parent f102f23 commit 363fb0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/website/src/css/custom.css
Expand Up @@ -19,15 +19,14 @@ html:root {
--ifm-code-font-size: 95%;
--ifm-color-info: var(--ifm-color-primary-dark);
--ifm-link-color: var(--ifm-color-primary-dark);
--ifm-link-color: var(--ifm-color-primary-dark);

--code-line-decoration: rgba(53, 120, 229, 0.1);
--code-editor-bg: #ffffff;

--docsearch-muted-color: #666;
}

html[data-theme='dark'] {
html[data-theme='dark']:root {
--ifm-color-feedback-background: #f0f8ff;
--ifm-color-primary: #4e89e8;
--ifm-color-primary-dark: #144697;
Expand All @@ -41,7 +40,6 @@ html[data-theme='dark'] {
--ifm-code-color: rgb(248, 248, 242);
--ifm-color-info: var(--ifm-color-primary-light);
--ifm-link-color: var(--ifm-color-primary-light);
--ifm-link-color: var(--ifm-color-primary-light);
--ifm-menu-color-active: var(--ifm-color-primary-light);
--ifm-navbar-link-hover-color: var(--ifm-color-primary-light);

Expand Down

0 comments on commit 363fb0a

Please sign in to comment.