: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);
}
2条答案
按热度按时间vjhs03f71#
✅
❌
emotion-js/emotion#2836
js81xvg62#
@oliviertassinari fwiw,我在这里添加了一个PR来修复这个问题:emotion-js/emotion#3210