Skip to content

Commit

Permalink
adding better dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
StankaKopalova committed Jun 27, 2024
1 parent d0d0e43 commit c1d59b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
--ifm-color-primary-lighter: #cc8ffc;
--ifm-color-primary-lightest: #fcf2ff;

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

a code,
Expand Down

0 comments on commit c1d59b4

Please sign in to comment.