mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
docs(inthewild): Dark mode issues on InTheWild page (#37034)
This commit is contained in:
committed by
GitHub
parent
0b4fcce03b
commit
1166df3579
@@ -173,3 +173,12 @@ ul.dropdown__menu svg {
|
||||
[data-theme='dark'] .alert--resources a {
|
||||
color: var(--ifm-color-primary-light);
|
||||
}
|
||||
|
||||
/* Fix Ant Design Collapse arrow visibility in dark mode */
|
||||
[data-theme='dark'] .ant-collapse-expand-icon {
|
||||
color: var(--ifm-font-base-color);
|
||||
}
|
||||
|
||||
[data-theme='dark'] .ant-collapse-header {
|
||||
color: var(--ifm-font-base-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user