We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f02243 commit 03fde27Copy full SHA for 03fde27
src/css/_article.scss
@@ -36,7 +36,10 @@ html[data-theme="dark"] {
36
--ifm-menu-color-background-hover: #181D27;
37
--ifm-toc-border-color: #676768;
38
--ifm-toc-link-color: var(--white);
39
+ --ifm-tabs-color: var(--white);
40
--ifm-code-color: var(--white);
41
+ --ifm-table-cell-color: var(--white);
42
+ --ifm-blockquote-color: var(--white);
43
}
44
45
hr {
src/css/custom.scss
@@ -36,7 +36,6 @@
--ifm-color-primary-lightest: rgb(146, 224, 208);
--ifm-code-font-size: 100%;
--ifm-font-family-base: 'Lato', sans-serif;
- --ifm-font-color-base: var(--primary-blue);
--ifm-spacing-horizontal: 15px;
--ifm-line-height-base: 1.85;
0 commit comments