Skip to content

Commit

Permalink
fix light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
StankaKopalova committed Jun 28, 2024
1 parent c1d59b4 commit f58e04d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
--ifm-tabs-padding-horizontal: 0.4rem;
--ifm-pre-background: rgb(39, 40, 34);

--ifm-color-content: black;
--ifm-alert-color: black;

--ra-admonition-color: #ecf4f9;
Expand Down Expand Up @@ -65,8 +66,8 @@
--ifm-color-primary-light: #b97cfd;
--ifm-color-primary-lighter: #cc8ffc;
--ifm-color-primary-lightest: #fcf2ff;

--ifm-blockquote-color: #b4b8bd;
--ifm-color-content: #c4c9ce;
--ifm-blockquote-color: #c4c9ce;
--ifm-blockquote-color-dark: #6d1cac;
--blockquote-text-color: black;
}
Expand Down Expand Up @@ -119,7 +120,7 @@ div[class*='codeBlockTitle'] {
code {
background-color: var(--ifm-color-emphasis-300);
border-radius: 0.2rem;
color: var(--ifm-blockquote-color);
color: var(--ifm-color-content);
}

a code,
Expand Down

0 comments on commit f58e04d

Please sign in to comment.