material-ui [docs-infra] 带有RTL的文档破坏了暗黑主题

zvokhttg  于 4个月前  发布在  其他
关注(0)|答案(2)|浏览(37)

打开设置并使用RTL和暗黑主题设置文档。背景是暗的,但markdown内容处于亮模式

搜索关键词:

vjhs03f7

vjhs03f71#

:where(.mode-dark) .css-1w2t1wc p
:where(.mode-dark) .css-1w2t1wc ul
:where(.mode-dark) .css-1w2t1wc ol {
  color: var(--muidocs-palette-grey-400, #B0B8C4);
}

.rtl-1w2t1wc:where(.mode-dark) .rtl-1w2t1wc p
.rtl-1w2t1wc:where(.mode-dark) .rtl-1w2t1wc ul
.rtl-1w2t1wc:where(.mode-dark) .rtl-1w2t1wc ol {
  color:var(--muidocs-palette-grey-400 #B0B8C4);
}

emotion-js/emotion#2836

js81xvg6

js81xvg62#

@oliviertassinari fwiw,我在这里添加了一个PR来修复这个问题:emotion-js/emotion#3210

相关问题