Spaces:
Running
Running
| /* Force popover to match app theme via CSS vars set on :root[data-theme] */ | |
| [data-tour-elem="popover"] { | |
| background: var(--bg-primary) ; | |
| background-color: var(--bg-primary) ; | |
| color: var(--text-primary) ; | |
| border: 1px solid var(--border-primary) ; | |
| } | |
| /* All text inside should respect theme */ | |
| [data-tour-elem="popover"] * { | |
| -webkit-text-fill-color: inherit; | |
| } | |