Skip to content

Commit f58e04d

Browse files
fix light theme
1 parent c1d59b4 commit f58e04d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

website/src/css/custom.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
--ifm-tabs-padding-horizontal: 0.4rem;
2828
--ifm-pre-background: rgb(39, 40, 34);
2929

30+
--ifm-color-content: black;
3031
--ifm-alert-color: black;
3132

3233
--ra-admonition-color: #ecf4f9;
@@ -65,8 +66,8 @@
6566
--ifm-color-primary-light: #b97cfd;
6667
--ifm-color-primary-lighter: #cc8ffc;
6768
--ifm-color-primary-lightest: #fcf2ff;
68-
69-
--ifm-blockquote-color: #b4b8bd;
69+
--ifm-color-content: #c4c9ce;
70+
--ifm-blockquote-color: #c4c9ce;
7071
--ifm-blockquote-color-dark: #6d1cac;
7172
--blockquote-text-color: black;
7273
}
@@ -119,7 +120,7 @@ div[class*='codeBlockTitle'] {
119120
code {
120121
background-color: var(--ifm-color-emphasis-300);
121122
border-radius: 0.2rem;
122-
color: var(--ifm-blockquote-color);
123+
color: var(--ifm-color-content);
123124
}
124125

125126
a code,

0 commit comments

Comments
 (0)