Skip to content

Commit 03fde27

Browse files
committed
fixes redis-developer#202, text is visible in light and dark mode for tables, breadcrumbs, blockquotes, and tabs
1 parent 3f02243 commit 03fde27

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/css/_article.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ html[data-theme="dark"] {
3636
--ifm-menu-color-background-hover: #181D27;
3737
--ifm-toc-border-color: #676768;
3838
--ifm-toc-link-color: var(--white);
39+
--ifm-tabs-color: var(--white);
3940
--ifm-code-color: var(--white);
41+
--ifm-table-cell-color: var(--white);
42+
--ifm-blockquote-color: var(--white);
4043
}
4144

4245
hr {

src/css/custom.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
--ifm-color-primary-lightest: rgb(146, 224, 208);
3737
--ifm-code-font-size: 100%;
3838
--ifm-font-family-base: 'Lato', sans-serif;
39-
--ifm-font-color-base: var(--primary-blue);
4039
--ifm-spacing-horizontal: 15px;
4140
--ifm-line-height-base: 1.85;
4241

0 commit comments

Comments
 (0)