Skip to content

Commit bd0250d

Browse files
authored
Merge pull request #4714 from StankaKopalova/better-dark-theme
2 parents 8a9ca01 + f58e04d commit bd0250d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/src/css/custom.css

Lines changed: 3 additions & 2 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: #ecf4f9;
69+
--ifm-color-content: #c4c9ce;
70+
--ifm-blockquote-color: #c4c9ce;
7071
--ifm-blockquote-color-dark: #6d1cac;
7172
--blockquote-text-color: black;
7273
}

0 commit comments

Comments
 (0)